invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, and iOS 8 SDK or later. Don't submit apps built with beta software.
앱 개발을 완료하고 앱 검수를 위해 앱을 업로드한다. 그다음 "심사를 위해 제출"을 누를 때 위와 같은 오류가 뜬다면 나의 경우 아래와 같이 해결했다.
Apps that you submit should be developed using the latest version of Xcode from the Mac App Store and should be built for publicly available versions of iOS, OS X, and watchOS — except when GM seeds are available. Now Mac App Store's Xcode is 6.4 and OS X Yosemite is Build 14F27. If you user xcode 6.4 on OS X El Capitan, you should follow the steps:
- Using Xcode, then archive your project
- Open organizer, find your .xcarchive file
- Right click the xcarchive file, choose [Show package Contents]
- Find Products/Applications/XXX.app/Info.plist
- then change [BuildMachineOSBuild] value to 14F27, just like this:
- Now, you can go to Xcode->organizer, then 【Submit to App Store】
'Swift와 iOS > 기술' 카테고리의 다른 글
(번역)A quick look at Grand Dispatch and Swift3 (0) | 2016.09.29 |
---|---|
(번역) Hit-Testing in iOS (0) | 2016.08.26 |
(번역) 왜 모든 iOS 개발자는 Instruments를 써야하는가 (1) | 2016.02.23 |
(번역) iOS 앱 퍼포먼스: Instrument와 그 이상 (0) | 2016.02.11 |
[링크 모음] 개인 앱 개발시 유용한 링크 모음 (디자인, 개발, 배포, 통계) (1) | 2015.08.31 |
WRITTEN BY
- tucan.dev
개인 iOS 개발, tucan9389
,