FlagPhoneNumber
FlagPhoneNumber copied to clipboard
Module compiled with Swift 5.2.4 cannot be imported by the Swift 5.3 compiler
Describe the bug Occurs to me when I try to run the project on iOS 14.0.1 (iPhone 11 Pro) device using Xcode 12.0 (12A7209).
Module compiled with Swift 5.2.4 cannot be imported by the Swift 5.3 compiler: /Users/<username>/Documents/Xcode/<project_name>/Carthage/Build/iOS/FlagPhoneNumber.framework/Modules/FlagPhoneNumber.swiftmodule/arm64-apple-ios.swiftmodule
To Reproduce Steps to reproduce the behavior:
- Add
github "chronotruck/FlagPhoneNumber" == 0.8.0
into your Carthage dependencies file (i.e.Cartfile
) - Run
Carthage update --platform iOS
on the terminal - Try to build the project
Expected behavior Project needs to build and run successfully.
Smartphone:
- Device: iPhone 11 Pro
- OS: iOS 14.0.1
FlagPhoneNumber:
- Version 0.8.0
is this issue resolved? I am facing the same in pod version also