본문 바로가기

error15

SDK version issue. This app was built with the iOS 17.4 SDK. All iOS and iPadOS apps must be built with... 에러 해결법 개인적으로 XCode Cloud를 이용해서 굉장히 편리하게 CI/CD를 하고 있습니다.최근에 오랜만에 앱을 업데이트 하려고 archive하던 중에 아래와 같은 에러를 마주치게 되었습니다.SDK version issue. This app was built with the iOS 17.4 SDK. All iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution. 저는 분명히 Xcode 16.X를 사용하고 있기 때문에 생길 수 없는 문제인데, 이상하다 싶었습니다. 그.. 2025. 8. 7.
networkd_settings_read_from_file Sandbox is preventing this process from reading networkd settings file at "/Library/Preferences/com.apple.networkd.plist", please add an exception. networkd_settings_read_from_file Sandbox is preventing this process from reading networkd settings file at "/Library/Preferences/com.apple.networkd.plist", please add an exception. 위와 같은 에러 발생 시 Project page / Signing & Capabilities / App Sandbox 경로로 들어가서 Outgoing Connections (Client)에 체크표시 해주기. ---참고 자료https://stackoverflow.com/questions/66299338/making-network-request-from-ios-app-extension-r.. 2025. 7. 19.
Mac app에 Firebase Remote Config 적용 시 발생 한 에러 및 해결 방법 1. Failed to get installations token.Error Domain=com.google.remoteconfig.ErrorDomain Code=8003 "Failed to get installations token. Error : Error Domain=com.firebase.installations Code=0 "Underlying error: The operation couldn’t be completed. SecItemAdd (-34018)" UserInfo={NSLocalizedFailureReason=Underlying error: The operation couldn’t be completed. SecItemAdd (-34018), NSUnderlyingError=0x600.. 2025. 1. 12.
pod install 시 진행이 더뎠던 문제 지난번 좋은 사이드 메뉴 라이브러리 중 하나인 https://github.com/jonkykong/SideMenu 를 사용해 보려고 먼저 Example을 확인하기 위해 프로젝트 Clone을 하였음. Cocoapods를 사용하고 있는 프로젝트였기에, pod install을 진행해 준 상황에서, 특정 부분에서 진행이 막히는 문제가 있었음. 최하단에 "Cloning spec repo..." 부분인데, CocoaPodds/Specs가 무엇인지 찾아보니 stackoverflow 에 "Cocoapods will add that source by default if no other source is present. By adding your own source Cocoapods assumes everything ca.. 2023. 11. 15.
Xcode Error: "The updated Apple Developer Program License Agreement for xxx needs to be reviewed." Xcode나 ASC 관련 에러는 항상 마음이 철렁합니다 ㅎㅎ 이번에는 "The updated Apple Developer Program License Agreement for xxx needs to be reviewed." 에러가 발생했습니다. 다행히 별 것은 아니었지만 미래에도 당황하지 않기 위해 기록으로 남겨둡니다. 일단 ASC에 접속하여 Agreements 페이지로 들어가 줍니다. 상단에 Xcode에서 본 것과 동일한 에러문구가 나와있었습니다. account를 눌러 Developer 사이트 내 해당 문제를 해결하는 페이지로 바로 이동이 가능했습니다. 현재 어떤 상황인지 설명이 되어있었고, 동의하기 버튼을 누르니 해결이 되었습니다. Agree를 눌러준 다음 Xcode로 바로 돌아가 작업을 이어서 하려.. 2023. 7. 23.
Missing package product <package name> 에러 해결 방법 Package.swift에 dependency를 추가하다가 Missing Package produdct 'packagename' 이라는 에러 발생 => File > Packages > Reset Package Caches 해준 다음 다시 build 하여서 해결 https://lxxyeon.tistory.com/150 [Xcode, Error]Missing package product [에러내용] Missing package product 'SnapKit' Missing package product [해결법1] File > Swift Packages > Reset Package Caches [해결법1] File > Swift Packages > Update to Latest Package Versions .. 2023. 1. 14.
반응형