After Xcode upgrade to 10, my app is not working anymore and I get this error:
Module compiled with Swift 4.1 cannot be imported by the Swift 4.2.
If I update Carthage I pass the build but my app crashes with this error:
Incompatible Swift version - framework was built with 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2) and the local version is 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1).
When it finishes I pass the build but the app crashes with this error:
dyld`__abort_with_payload: dyld: Library not loaded: @rpath/RestKit.framework/RestKit Referenced from: /private/var/containers/Bundle/Application/AA66442D-02F3-4728-9489-F5B903B1252B/what.app/Frameworks/VisualRecognitionV3.framework/VisualRecognitionV3 Reason: image not found