Failed to build iOS app: “Command CompileC failed with a nonzero exit code” in Flutter
I am trying to run my Flutter app on the iOS simulator (iPhone 16 Pro), which doesn’t work. I’ve already created a completely new project but I keep getting the following error still in this project:
Failed to build iOS app: “Command CompileC failed with a nonzero exit code” in Flutter
I am trying to run my Flutter app on the iOS simulator (iPhone 16 Pro), which doesn’t work. I’ve already created a completely new project but I keep getting the following error still in this project:
Failed to build iOS app: “Command CompileC failed with a nonzero exit code” in Flutter
I am trying to run my Flutter app on the iOS simulator (iPhone 16 Pro), which doesn’t work. I’ve already created a completely new project but I keep getting the following error still in this project:
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.