Relative Content

Tag Archive for iosflutter

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)

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?