Non-public API usage

后端 未结 9 1990
孤独总比滥情好
孤独总比滥情好 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:26

    I had this exact issue using Yosemite with Xcode 6.1 and using Objective C. I also got a warning on validation saying you can't upload an app created with a beta version of Xcode, which 6.1 is at the time of writing this.

    I trashed Xcode 6.1 by dragging it to the trash form Finder then downloaded Xcode 6.0.1 GM from the App Store. I tried twice to install 6.0.1 over the top of 6.1 but it didn't work, hence the trashing of 6.1

    Having cleaned and recompiled my app with Xcode 6.0.1 it validated and submitted to the app store with no problem. I hope this helps.

提交回复
热议问题