gradle-xcodePlugin icon indicating copy to clipboard operation
gradle-xcodePlugin copied to clipboard

IPA is missing Symbols

Open BastianKusserow opened this issue 2 years ago • 0 comments

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.

BastianKusserow avatar May 10 '22 15:05 BastianKusserow