Linked Questions

Popular Questions

I recently updated my iPhone to iOS 16.4 and Xcode to version 13.4. Since the update, I'm encountering an error while trying to build my iOS application in Xcode. The error message is as follows:

Could not build the precompiled application for the device. Error (Xcode): File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

This issue started happening after updating to iOS 16.4 and Xcode 13.4.

I tried:

  1. run flutter clean
  2. Restart system
  3. Restart ios device

https://stackoverflow.com/a/68651798

Related Questions