Flutter Operation not permitted (in target ‘url_launcher’ from project ‘Pods’) iOS build error
/Users/userName/.pub-cache/hosted/pub.dartlang.org/sms_autofill-2.2.0/ios/Classes/SmsAutoFillPlugin.m
cannot open file
‘/Users/userName/Documents/flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Modules/module.modulemap’:
Operation not permitted
I am having a problem building my flutter app
When I use flutter build iOS function I get this error. I have not had this before, and cannot find information online.
XCode: error: attach by pid ‘1091’ failed — attach failed (Not allowed to attach to process
I’m running a flutter project on physical device (IOS 17.5.1)
Building flutter app to ios: Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code
Im building a flutter app and have some prolbem with building app into ios Simulator, iphone 12( ios 17.5), Xcode 15.4. Despite of Xcode build done but when processing to Ios Simulator i have this issue.
ITMS-90036: This bundle is invalid – The Info.plist file for FBLPromises.framework is missing or could not be read
I have a flutter application and when uploading the .xarchive, app store return this error. What could be the problem?
Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibility56
I’m working on a flutter project, I’m trying to build the application for the iOS but I keep getting this error
How to use different plists for different schemes in xcode
Is there a simple way to have different plists for different schemes? I use xcode only rarely for building Flutter apps.
There are two schemes in the project ‘uat’ and ‘prod’. I see there are two folders config/uat and config/prod and there are files GoogleService-Info.plist
in both of them.
I need different config for Facebook auth, so is it possible to create new plists in each folder, let’s say FacebookAuth-Info.plist
and put values to these files?
Will it work this way? Or do I need to set something else? Somehow bind the file with the scheme. The version of Xcode is 15.2.
Flutter iOS Build Error: “Binary does not contain” during flutter build ios –release
I’m encountering an issue while trying to build my Flutter app for iOS release. The build fails with the following error:
ASAuthorizationController AuthorizationError Code=1004 “(null)”, when trying to access iOS biometric authentication
so I am working in an app in flutter that is using inappwebview, this is a simple navigator in the app to allow users to access the web platform directly from a native app (A company request).
Flutter iOS: Error (Xcode): Embedded binary’s bundle idenfitier is not prefixed with the parent app’s bundle identifier
When I try to run flutter build ipa
I get following error: