nohana / NohanaImagePicker

A multiple image picker for iOS app.
Apache License 2.0
224 stars 57 forks source link

Compiler Bug 5.2 #115

Closed Mobias97 closed 4 years ago

Mobias97 commented 4 years ago

Hey,

I get this Error:

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2 compiler: /xxxx/Carthage/Build/iOS/NohanaImagePicker.framework/Modules/NohanaImagePicker.swiftmodule/x86_64-apple-ios-simulator.swiftmodule

Please help.

Btw ty for the Project!

rizumi commented 4 years ago

@Mobias97 Hi

Probably the cause is different Swift version build with carthage and xcode project. Please so retry carthage update.

If your have both Xcode11.4 and Xcode11.3.1 or other version, set the path Xcode11.4 using xcode-select before carthage update.

Mobias97 commented 4 years ago

Ty, Carthage update helps me!