[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]
728x90
λ°μν