Closed jamesbar2 closed 8 years ago
What's your Xcode version? Make sure to be using the latest and GM one, I believe it to be 7.3. The script described on the Readme copy the files from Xcode folder.
If you unpack the IPA created after the script ran you can check for the folder's existence.
My version is 7.3.1. I'll give it another shot, and get back to you.
I send my app using Application Loader.
Out of curiosity, if you recompile the Charts.framework with the "EMBEDDED_CONTENT_CONTAINS_SWIFT" option set to YES. Do you think doing that might trick it into doing the right thing?
I was trying it earlier, but keep getting errors (partially because I have no ideas how the .framework is imported).
I'll close the issue as you managed to publish it.
@Flash3001 I've created a Github for a new library that makes this much simpler. All you need to do is give it the exported IPA and it will do all the fixing for you and pop out the new one. Here's the link: https://github.com/jamesbar2/auto-ipa-packager
@jamesbar2 That's nice! Thanks
Thanks for your work on this, it works great until I try to export it to iTunes Connect. I know you address the issue on the Readme; however, for some reason that doesn't seem to work.
I've opened a StackOverflow issue, but haven't been able to find an appropriate workaround yet. Here is the link to StackOverflow.
Let me know if you have any ideas on how to remedy this issue; hoepfully, I'm not just using the tool you suggested incorrectly.
Thanks in advance.