YD_S 개발로그
article thumbnail
iOS - [Error 해결] File not found: libarclite_iphoneos.a
iOS 2023. 5. 17. 14:37

에러 원인 Error (Xcode) File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a 위 에러는 Framework를 추가할 경우 최소 iOS 버전이 충족되지 않아서 발생하는 문제이다. 해결 방법 - cocoapods을 사용하는 경우 Podfile 파일에 config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '(최소 지원 iOS 버전)' 을 추가해준다. pod install을 실행해준다. 해결 방법 - cocoapods을 사용하지 않는 경우 TARGETS → General → Mini..

article thumbnail
iOS - Error running pod install 해결 방법
iOS 2023. 4. 27. 17:29

iOS - Error running pod install 해결 방법 iOS Build시 pod install 관련 에러가 발생하는 경우가 있다. Error 내용을 자세히 보면 'Returing local because checking is only performed in repo update'라는 문구가 반복적으로 나타나는 것을 확인할 수 있다. Silicon 맥인 경우 arch -x86_64 pod repo update arch -x86_64 pod install Intel 맥인 경우 pod repo update pod install ※ Podfile이 위치한 경로에서 명령어를 입력해야한다.

article thumbnail
iOS 점유율 확인 사이트
iOS 2023. 3. 21. 10:36

iOS 점유율을 확인하는 사이트이다. 현재 iOS 15, 16 점유율 합계가 92% 이기 때문에 14이하도 지원할 것인지에 대해 판단하여 개발한다. (많은 APP들이 iOS14 지원을 중단하기 시작했다.) https://developer.apple.com/kr/support/app-store/ App Store - 지원 - Apple Developer App Store 사용자는 App Store에서 iPhone, iPad, Mac, Apple TV 및 Apple Watch용 앱을 쉽게 찾고 구입하고 다운로드할 수 있습니다. Apple Developer Program에 등록하여 앱을 디자인 및 개발하고 App Store에 앱을 배포 developer.apple.com