Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission - API analysis file too large #878

Closed
arjunnayak opened this issue Mar 24, 2016 · 2 comments
Closed

App Submission - API analysis file too large #878

arjunnayak opened this issue Mar 24, 2016 · 2 comments

Comments

@arjunnayak
Copy link

While loading up an iOS App using Application Loader (for TestFlight purposes), I received a warning concerning the API Analysis File:

screen shot 2016-03-24 at 12 00 13 pm

The only library I'm using is the Charts Library. Without the Charts Library/Functionality, I don't receive the warning. With some research, it's possible that this could also just be an XCode bug.

This isn't much of a Charts bug per say, and doesn't affect submission, but I wanted to bring this up in case anyone has already solved this issue.

@liuxuan30
Copy link
Member

I get this warning all the time and I just ignore it. No harm so far. I have no idea where does it comes from. And you see we followed the swift standard, no dark magic :)
If someone knows more about it, please share.

@wjacker
Copy link
Contributor

wjacker commented Mar 25, 2016

@arjunnayak, It is just an informational message from apple
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.

more detail you can check this post:
http://stackoverflow.com/questions/30098320/application-loader-warning-resulting-api-analysis-file-is-too-large

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants