When i run the pattern challenge of flutter on ios it’s operating, however when i run my very own challenge it’s giving me this error
Did not construct iOS app
Error output from Xcode construct:
↳
2023-07-24 09:24:09.941 xcodebuild[4470:41705] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set through consumer default (DVTEnableCoreDevice=disabled)
--- xcodebuild: WARNING: Utilizing the primary of a number of matching locations:
2
{ platform:iOS Simulator, id:B1F48EAC-3F7D-424B-A0D6-9B55A6CBEFDF, OS:16.4, title:iPhone 14 Professional Max }
** BUILD FAILED **
Xcode's output:
↳
Writing outcome bundle at path:
/var/folders/mm/l0yn5ttj3qq5xl9tj3sx8m9c0000gp/T/flutter_tools.WVfV4r/flutter_ios_build_temp_dir8K3kvE/temporary_xcresult_bundle
ld: file not discovered: /Purposes/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
observe: Constructing targets in dependency order
/Customers/shumailaashiq/Desktop/Shumaila's Tasks/bylst_hybrid/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment goal 'IPHONEOS_DEPLOYMENT_TARGET' is ready to eight.0, however the vary of supported deployment goal variations is 11.0 to 16.4.99. (in goal 'TOCropViewController' from challenge 'Pods')
/Customers/shumailaashiq/Desktop/Shumaila's Tasks/bylst_hybrid/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment goal 'IPHONEOS_DEPLOYMENT_TARGET' is ready to eight.0, however the vary of supported deployment goal variations is 11.0 to 16.4.99. (in goal 'Toast' from challenge 'Pods')
warning: Run script construct section 'Run Script' might be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking "Primarily based on dependency evaluation" within the script section. (in goal 'Runner' from challenge 'Runner')
warning: Run script construct section 'Skinny Binary' might be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking "Primarily based on dependency evaluation" within the script section. (in goal 'Runner' from challenge 'Runner')
/Customers/shumailaashiq/Desktop/Shumaila's Tasks/bylst_hybrid/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment goal 'IPHONEOS_DEPLOYMENT_TARGET' is ready to eight.0, however the vary of supported deployment goal variations is 11.0 to 16.4.99. (in goal 'TOCropViewController-TOCropViewControllerBundle' from challenge 'Pods')
Consequence bundle written to path:
/var/folders/mm/l0yn5ttj3qq5xl9tj3sx8m9c0000gp/T/flutter_tools.WVfV4r/flutter_ios_build_temp_dir8K3kvE/temporary_xcresult_bundle
Error (Xcode): File not discovered: /Purposes/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Couldn't construct the appliance for the simulator.
Error launching utility on iPhone 14 Professional Max.
i delete the podfile.lock file reinstall the pods however nonetheless similar error. please assist methods to repair it.
