Full error message: This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.
I’m using the following:
Corona Version 2014.2511 (2014.11.18)
XCode 6.2 with ios 8.2
The ipa I’m trying to use in App Loader works fine when i use xcode to transfer to my phone for testing purposes. It seems to refer to the fact that the .dSYM file is in the same folder as the .app and not in some Plugins folder but when i manually try to create that Plugins folder and move the .dSYM file there i get another error.
Can anyone help me get around this?