wutsi / sdui

SDUI make it easy to implement Server Driven UI pattern on flutter.
MIT License
91 stars 18 forks source link

Failed to build ios project with sdui #75

Open MatheusMariano opened 9 months ago

MatheusMariano commented 9 months ago

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?

wutsi commented 9 months ago

let me update dependencies of the projet...