Error occurred when upload app on test flight from Xcode
I upload my flutter app on test flight from XCode then facing error,
I don’t know actually what happened any one please guide me for this error
[This the error image from XCode at the time when distribute app ]
(https://i.sstatic.net/kZ58exyb.png)
In my flutter app when I open project in mac m1 and run app in IOS devices the assets images is not load in whole app
I have create Flutter Project in windows OS but for the IOS setup I move on mac OS and I Run the app on IOS virtual Device the assets images is not load.
Flutter app crashing when iOS dictation keyboard used after using camera
I have a Flutter app where when I try to access the speech dictation feature on iOS keyboard, it crashes the app.
Image
A lot of warnings and failed iOS Build after upgrade min supported iOS to 14
1 warning generated. 1 warning generated. ld: warning: no platform load command found in '/Users/mz/Documents/Equiti/WS/gt_frontend/ios/Pods/MLKitBarcodeScanning/Frameworks/MLKitBarcodeScanning.framework /MLKitBarcodeScanning', assuming: iOS-simulator /Users/mz/Library/Developer/Xcode/DerivedData/Runner-ayjcgheoqnghifcfmwavtrbabdmn/Build/Intermediates.noindex/Runn er.build/Debug-iphonesimulator/Runner.build/Script-96C08610CF3A7EA26037F92A.sh: line 5: flutterfire: command not found Command PhaseScriptExecution failed with a nonzero exit code note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') warning: Run script build phase '[firebase_crashlytics] Crashlytics Upload Symbols' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner') warning: Run script build phase 'FlutterFire: "flutterfire upload-crashlytics-symbols"' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner') warning: no rule to process file '/Users/mz/Documents/Equiti/WS/gt_frontend/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Resources/PrivacyI nfo.xcprivacy' of type 'text.xml' for architecture 'arm64' (in target 'FirebaseMessaging' from project 'Pods') warning: no rule to process file '/Users/mz/Documents/Equiti/WS/gt_frontend/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Resources/PrivacyI nfo.xcprivacy' of type 'text.xml' for architecture 'x86_64' (in target 'FirebaseMessaging' from project 'Pods')
why is my flutter app crashing on ios 16.7.7?
My flutter application is crashing on iOS 16.7.7 only.
I develop and test using an iPhone 14 on which this version isn’t available. I’m on 16.6.1.
Also, there are no simulators with version 16.7.7. Was there any breaking change that could be causing this crashing? any suggestions? If it helps at all, I’m on flutter 3.19.6.
How do I get flutter to show the proper paste option for input fields
This is on a real device plugged into my mac. I have no idea what causes this issue. It periodically shows up and each time I do all kinds of things to get it corrected like ‘flutter clean’ and rebuilding my project and eventually it just goes away and I do not know why. When I long press to get the paste option to come up this weird looking square icon appears seen below. After selecting it, it opens another weird feature. Problem is I cannot paste now and this is a really annoying issue. Does anyone know how to fix this?
Flutter – Install an application on a iPhone without using testflight or USB cable
While developing iOS applications with flutter, I install the app on an iPhone by connecting to it via USB and running the project in profile
mode. Installing the app by this way is inconvenient and impossible when the testing team is not present at the same location as the developer.
iOS Flutter app is different on App Store
My Flutter app looks and behaves exactly the same on an Android phone, iOS phone, Android simulator and iOS simulator.
LateInitilization Error being thrown in Flutter
I am currently trying to compile my code, but each time, I am getting the same LateInitillization error. This looks to be due to my TabController, but I need help here.
Why do I see a message that my code return in response?
Future<UserCredential?> signInWithFacebook(BuildContext context) async {
my code
try {
log(“click”);
final LoginResult loginResult = await FacebookAuth.instance.login();
log(“ok”);