FlagPhoneNumber icon indicating copy to clipboard operation
FlagPhoneNumber copied to clipboard

Module compiled with Swift 5.2.4 cannot be imported by the Swift 5.3 compiler

Open mashoba7 opened this issue 4 years ago • 1 comments

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:

  1. Add github "chronotruck/FlagPhoneNumber" == 0.8.0 into your Carthage dependencies file (i.e. Cartfile)
  2. Run Carthage update --platform iOS on the terminal
  3. 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

mashoba7 avatar Sep 29 '20 10:09 mashoba7

is this issue resolved? I am facing the same in pod version also

amit-git-cons avatar Jan 11 '22 13:01 amit-git-cons