JonasGessner / JGProgressHUD

An elegant and simple progress HUD for iOS and tvOS, compatible with Swift and ObjC.
MIT License
3.35k stars 336 forks source link

xcode 14.3 not compiled #155

Open tikamsingh opened 1 year ago

JonasGessner commented 1 year ago

Can you provide any additional infos?

Robert-Vaccaro commented 12 months ago

@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

Pepe424 commented 8 months ago

To resolve this issue, increase the minimum deployment target.