Open jjs-home opened 2 years ago
How are you including the library in your project?
What Xcode version are you using?
I'll be releasing a new version of the library in coming days/weeks.
Hi Aleksander,
I have tried with CocoaPods. And I’m using XCode 13.2.1.
Hi Aleksander,
I’ve just updated to XCode 13.4.1 and similar problem. Module compiled with Swift 5.3.2.cannont be imported by the Swift 5.6.1 compiler.
Same. I had reported this under https://github.com/NordicSemiconductor/IOS-DFU-Library/issues/475. I am using Xcode 13.4.1 and including the library using Carthage
Same. I am using Xcode 13.4.1 and including the library using Cocoapods.
I managed to get this working by building using Carthage and copying the xcframework files into the XCode project.
I have been trying today to update our app and I'm getting a problem with the iosDFULibrary as it was built using Swift 5.3.2. Is it possible to get this using 5.5.2? Here is the error message from XCode. Module compiled with Swift 5.3.2 cannot be imported by the Swift 5.5.2 compiler