IPAPatch icon indicating copy to clipboard operation
IPAPatch copied to clipboard

file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a

Open EtherealYi opened this issue 2 years ago • 1 comments

when build app, show this error: ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a clang: error: linker command failed with exit code 1 (use -v to see invocation)

Xcode 14.3

EtherealYi avatar Apr 25 '23 03:04 EtherealYi

Fixed! Change the iOS Deployment target configuration for the IPAPatchFramework target in the project to 11.0

EtherealYi avatar Jun 17 '23 09:06 EtherealYi