Мне нужна помощь, так как я впервые запускаю проект flutter на iOS «Simulator»
поэтому у меня много ошибок, на решение которых у меня ушла неделя, но я не могу, вот некоторые проблемы, которые у меня есть< /p>
sayedmoataz@Sayeds-MacBook-Pro speak % cd ios
sayedmoataz@Sayeds-MacBook-Pro ios % pod install
Analyzing dependencies
cloud_firestore: Using Firebase SDK version '10.22.0' defined in 'firebase_core'
firebase_auth: Using Firebase SDK version '10.22.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '10.22.0' defined in 'firebase_core'
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 29 dependencies from the Podfile and 67 total pods installed.
[!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`).
i have not own a configuration for something. "it's the default ios folder for my project to run"
so as it's a warnings i decided to escape them and go forward to run project.
after along time i get this output
Running Xcode build...
Xcode build done. 2677.0s
Failed to build iOS app
Error (Xcode): unable to execute command: Segmentation fault: 11
Error (Xcode): clang frontend command failed due to signal (use -v to see invocation)
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro.
Мне нужна помощь, так как я впервые запускаю проект flutter на iOS «Simulator» поэтому у меня много ошибок, на решение которых у меня ушла неделя, но я не могу, вот некоторые проблемы, которые у меня есть< /p> [code]sayedmoataz@Sayeds-MacBook-Pro speak % cd ios sayedmoataz@Sayeds-MacBook-Pro ios % pod install Analyzing dependencies cloud_firestore: Using Firebase SDK version '10.22.0' defined in 'firebase_core' firebase_auth: Using Firebase SDK version '10.22.0' defined in 'firebase_core' firebase_core: Using Firebase SDK version '10.22.0' defined in 'firebase_core' Downloading dependencies Generating Pods project Integrating client project Pod installation complete! There are 29 dependencies from the Podfile and 67 total pods installed.
[!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] Can't merge user_target_xcconfig for pod targets: ["MLKitCore", "TextRecognition", "MLImage", "MLKitCommon", "MLKitVision", "TensorFlowLiteC", "Core"]. Singular build setting EXCLUDED_ARCHS[sdk=iphonesimulator*] has different values.
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`). [/code] i have not own a configuration for something. "it's the default ios folder for my project to run" so as it's a warnings i decided to escape them and go forward to run project. after along time i get this output [code]Running Xcode build... Xcode build done. 2677.0s Failed to build iOS app Error (Xcode): unable to execute command: Segmentation fault: 11
Error (Xcode): clang frontend command failed due to signal (use -v to see invocation)
Could not build the application for the simulator. Error launching application on iPhone 15 Pro. [/code] so how can i run my project?