openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
455 stars 127 forks source link

IPA is missing Symbols #454

Closed BastianKusserow closed 3 months ago

BastianKusserow commented 2 years ago

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 commented 3 months ago

Has been resolved with #461