This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| playVideo | |
| .flatMapLatest({ [weak self] _ -> SafeSignal<()> in | |
| guard let self = self else { return Signal.completed() } | |
| return self.performLoadVideo() | |
| }) | |
| .lane("Play Video") | |
| .observeNext {} | |
| .dispose(in: bag) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ld: warning: dylib (/Users/cstultz/Library/Developer/Xcode/DerivedData/EX-dvopbqpxtghxchfetmgezzfsuptf/Build/Products/Debug-iphonesimulator/NetworkLogger.framework/NetworkLogger) was built for newer iOS Simulator version (17.4) than being linked (16.0) | |
| duplicate symbol '_$s18SamplePackageB_iOS0A6StructVACycfC' in: | |
| /Users/cstultz/Library/Developer/Xcode/DerivedData/EX-dvopbqpxtghxchfetmgezzfsuptf/Build/Products/Debug-iphonesimulator/SamplePackageB-iOS.o | |
| /Users/cstultz/Library/Developer/Xcode/DerivedData/EX-dvopbqpxtghxchfetmgezzfsuptf/Build/Products/Debug-iphonesimulator/Pods_Example_EX.framework/Pods_Example_EX(SamplePackageB-iOS.o) | |
| duplicate symbol '_$s18SamplePackageB_iOS0A6StructVMa' in: | |
| /Users/cstultz/Library/Developer/Xcode/DerivedData/EX-dvopbqpxtghxchfetmgezzfsuptf/Build/Products/Debug-iphonesimulator/SamplePackageB-iOS.o | |
| /Users/cstultz/Library/Developer/Xcode/DerivedData/EX-dvopbqpxtghxchfetmgezzfsuptf/Build/Products/Debug-iphonesimulator/Pods_Example_EX.framework/Pods_Example_EX(Sampl |
OlderNewer