Thomas
01/04/2020, 7:55 PM-Xg0
and isStatic = true
all works fine (I need to download dsym from App Store and upload to Firebase each release). However, I need to build the Kotlin framework as a dynamic framework. (because of iOS app extensions, I can explain if needed). The documentation says the following:
If rebuilding is performed on App Store side, thenIs this really the case? If so, is there a workaround/fix for this while still building as a dynamic framework?of rebuilt dynamic framework seems discarded and not downloadable from App Store Connect. So in this case it may be required to make the framework static, e.g. with.dSYM
kpgalligan
01/08/2020, 11:47 PMThomas
01/10/2020, 2:24 PMThomas
01/10/2020, 2:25 PM