Currently it seems like the gxp does not add the .symbols files when creating an IPA via the package task if bitcode is disabled.
When exporting an IPA via Xcode, Xcode adds a Symbols folder containing those files.
I took a look at the code and it looks like the IPA is build manually and not via xcodebuild -exportArchive... I'd be happy to help and fix the issues, sadly I do not know how to get the .symbols files from the dSyms of the archive.
Currently it seems like the gxp does not add the
.symbols
files when creating an IPA via thepackage
task if bitcode is disabled. When exporting an IPA via Xcode, Xcode adds aSymbols
folder containing those files.I took a look at the code and it looks like the IPA is build manually and not via
xcodebuild -exportArchive..
. I'd be happy to help and fix the issues, sadly I do not know how to get the.symbols
files from the dSyms of the archive.