λ³Έλ¬Έ λ°”λ‘œκ°€κΈ°

🍎 iOS/Error Handling

[Error, Xcode] File not found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a 문제 ν•΄κ²°ν•˜κΈ°

728x90

[ERROR]

Xcode Version 14.3 으둜 μ—…λ°μ΄νŠΈ ν•˜κ³  λ°œμƒν•œ μ—λŸ¬

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)


[ ⭐️ ν•΄κ²° 방법1. - μ½”μ½”μ•„νŒŸ μ„€μΉ˜λ˜μ–΄ μžˆλŠ”κ²½μš°]

μ•„λž˜ μ½”λ“œ podfile λ‚΄ μΆ”κ°€ ν›„ pod update μ‹€ν–‰

post_install do |installer|
    installer.generated_projects.each do |project|
          project.targets.each do |target|
              target.build_configurations.each do |config|
                  config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
               end
          end
   end
end

[ ⭐️ ν•΄κ²° 방법2.  - μ½”μ½”μ•„νŒŸ μ„€μΉ˜λ˜μ–΄ μžˆμ§€ μ•Šμ€ 경우 + ν”„λ‘œμ νŠΈ Minimum Deployments κ°€ 8.0 μ΄ν•˜μΈ 경우]

Minimum Deployments 11.0 μ΄μƒμœΌλ‘œ λ°”κΏ”μ£ΌκΈ°

[stackoverflow]

 

Missing file libarclite_iphoneos.a (Xcode 14.3)

After installing Xcode 14.3 in order to run my app on my ios 16.3 iPhone XS. I get the following error: File not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.

stackoverflow.com

λ°˜μ‘ν˜•