Closed Allan-Nava closed 4 years ago
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.4.99.
Note that it's a warning and this library doesn't target 7. See https://github.com/MaikuB/flutter_appauth/blob/master/flutter_appauth/ios/flutter_appauth.podspec
error: Building for iOS, but the linked and embedded framework 'App.framework' was built for iOS Simulator. (in target 'Runner' from project 'Runner'
This is your error that is the cause of the build failure and has no relevance to this plugin. It looks like your iOS project has build issues. I'd suggest you look up your issue online for me clues on how to solve it. Perhaps you updated to Xcode 11.4 recently? If so you need to go the Flutter website and read their docs around Xcode 11.4 support