JGProgressHUD icon indicating copy to clipboard operation
JGProgressHUD copied to clipboard

xcode 14.3 not compiled

Open tikamsingh opened this issue 1 year ago • 3 comments

tikamsingh avatar Aug 02 '23 07:08 tikamsingh

Can you provide any additional infos?

JonasGessner avatar Oct 18 '23 01:10 JonasGessner

@JonasGessner I am getting the same error: Screenshot 2023-11-07 at 9 34 42 AM

File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a Linker command failed with exit code 1 (use -v to see invocation) I have:

  1. Cleaned the Build Folder
  2. Installed latest version of Cocoapods
  3. Checked Xcode's Command Line Tools
  4. Reinstalled the Pod
  5. Checked the existence of the libarclite_iphoneos.a file at the specified location

I am using xcode 14.3 and Ventura 13.4

Robert-Vaccaro avatar Nov 07 '23 17:11 Robert-Vaccaro

To resolve this issue, increase the minimum deployment target.

Pepe424 avatar Feb 28 '24 10:02 Pepe424