Non-public API usage

后端 未结 9 1974
孤独总比滥情好
孤独总比滥情好 2021-02-05 01:04

I can\'t upload an app to iTunes Connect.

Xcode uploader says that I\'m using allocBatch:withEntity:count:, allocWithEntity:, IndexForKey

相关标签:
9条回答
  • 2021-02-05 01:43

    You don't have to delete XCode 6.1. It would become handy in couple days. Just download XCode 6.0.1, copy it somewhere, and use sudo xcode-select --switch /Applications/Xcode601.app/Contents/Developer/. Then start it, and build your great app with it.

    0 讨论(0)
  • 2021-02-05 01:44

    I fixed it by changing the deployment target from iOS4.3 to iOS5.0 all fixed using Xcode 6.1

    0 讨论(0)
  • 2021-02-05 01:45

    I encountered the exact same error when using Xcode 6.1 (and its bundled Application Loader) on Mac OS 10.9.5. Clicking "Back" within the Application Loader and re-submitting the same binary worked. In other words, trying a second time succeeded. My app was built with iOS SDK 8.1.

    0 讨论(0)
提交回复
热议问题