Hi! I´m having trouble to compile my project to ios. When the xcode try to build the project this error occurs:
Running pod install... 139,4s
Running Xcode build...
Xcode build done. 49,0s
Failed to build iOS app
Swift Compiler Error (Xcode): Compiling for iOS 11.0, but module 'PhoneNumberKit' has a minimum deployment target of iOS 12.0: /Users/user/Desktop/Flutter/erp_base/build/ios/Debug-iphonesimulator/PhoneNumberKit/PhoneNumberKit.framework/Modules/PhoneNumberKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
/Users/thiagomarcondes/.pub-cache/hosted/pub.dev/libphonenumber_plugin-0.3.1/ios/Classes/SwiftLibphonenumberPlugin.swift:2:7
I´ve tried to change the deployment target to 12.0 but the error persist.
Have you ever has this kind of error building for ios?
Hi! I´m having trouble to compile my project to ios. When the xcode try to build the project this error occurs:
Running pod install... 139,4s Running Xcode build...
Xcode build done. 49,0s Failed to build iOS app Swift Compiler Error (Xcode): Compiling for iOS 11.0, but module 'PhoneNumberKit' has a minimum deployment target of iOS 12.0: /Users/user/Desktop/Flutter/erp_base/build/ios/Debug-iphonesimulator/PhoneNumberKit/PhoneNumberKit.framework/Modules/PhoneNumberKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/thiagomarcondes/.pub-cache/hosted/pub.dev/libphonenumber_plugin-0.3.1/ios/Classes/SwiftLibphonenumberPlugin.swift:2:7
I´ve tried to change the deployment target to 12.0 but the error persist.
Have you ever has this kind of error building for ios?