반응형
SMALL
잘 실행 되던 앱이 실행 시
File not found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
오류 발생
>>>>>
podfile 에
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
추가 후 pod update
반응형
LIST
'iOS - Swift' 카테고리의 다른 글
[스위프트/swift] wkwebview google login 오류 - null is not an object (evaluating 'window.opener.postMessage') (0) | 2023.05.22 |
---|---|
[스위프트/swift] xcode wkwebview 디버깅 (0) | 2023.05.18 |
[xcode] xcode 14.3에서 아카이브 시 PhaseScriptExecution failed with a nonzero exit code (0) | 2023.05.18 |
[swift] 화면 캡쳐 방지 (0) | 2022.06.22 |
[swift] 백그라운드 갔다가 돌아왔을 때 (0) | 2022.06.22 |