Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Always get "The resulting API analysis file is too large."

When I submitting to iTunes Connect I always get this message:

iTunes Store operation succeeded with a warning.

The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message.

enter image description here

And all builds stuck in "processing" state for a long time. enter image description here

I'm using Objective-C and Swift code in my app.

I know that on stackoverflow exist similar questions, but there no solution to fix it. Please don't mark my question as duplicate.

like image 999
ChikabuZ Avatar asked Nov 05 '15 13:11

ChikabuZ


1 Answers

It is just an informational message.

I submitted various apps with this message and they went without any problems into the store.

It can't do the API analysis before upload. It does this to check if you use any restricted API's from the SDK. Because it's too large, you will get the informational message.

like image 128
Devapploper Avatar answered Nov 08 '22 02:11

Devapploper