๋ฐ์ํ
๋ฌธ์ ์ํฉ
File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a
๋น๋ ์ ์ด๋ฐ ๋ฌธ๊ตฌ์ ์ค๋ฅ ๋ฐ์
ํด๊ฒฐ
Xcode 14.3 ์ ๋ฐ์ดํธ์์ Pod 8.0์ ์ง์ํ์ง ์์์ ์๊ธด ์ค๋ฅ๋ค.
Pod ์ต์์ง์ ๋ฒ์ ์ 11.0์ผ๋ก ๋ฐ๊ฟ์ฃผ๋ฉด ํด๊ฒฐ๋๋ค.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end
PodFile์ ์ถ๊ฐ ํ, pod install ํ ๋ค์ build
Ref
https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3
๋ฐ์ํ
'๐ iOS > ๋๋ฒ๊น ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Failed to load Info.plist from bundle (0) | 2024.03.06 |
---|---|
[iOS] ์์ถ ๊ท์ ๊ด๋ จ ๋ฌธ์ ๋๋ฝ (0) | 2023.08.10 |
Type 'ChartDataSet' does not conform to protocol 'RangeReplaceableCollection' (0) | 2023.06.22 |
Searching for inspections failed: undefined method `map' for nil:NilClass (0) | 2023.06.22 |
[M1์ด์] Xcode ์๋ฎฌ๋ ์ดํฐ Rossetta ์ฌ์ฉ์ค์ (0) | 2023.06.21 |