You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While loading up an iOS App using Application Loader (for TestFlight purposes), I received a warning concerning the API Analysis File:
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.
The text was updated successfully, but these errors were encountered:
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.
@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.
While loading up an iOS App using Application Loader (for TestFlight purposes), I received a warning concerning the API Analysis File:
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.
The text was updated successfully, but these errors were encountered: