You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made everything in read me but when I try to flutter run it gives this error. But when I try to run in xcode there are no any error. My app working perfectly. What can I do ? What is the different of flutter run & xcode run
** BUILD FAILED **
Xcode's output:
↳
ld: building for iOS Simulator, but linking in object file built for iOS, file '/Users/cagrialtay/development/flutter/.pub-cache/hosted/pub.dartlang.org/tflite_flutter-0.9.0/ios/TensorFlowLiteC.framework/TensorFlowLiteC' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'OrderedSet' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'FMDB' from project 'Pods')
Could not build the application for the simulator.
Error launching application on iPhone 12 Pro Max.
The text was updated successfully, but these errors were encountered:
I made everything in read me but when I try to flutter run it gives this error. But when I try to run in xcode there are no any error. My app working perfectly. What can I do ? What is the different of flutter run & xcode run
flutter version: latest stable
package version: latest stable
The text was updated successfully, but these errors were encountered: