When uploading production version of cordova/ionic app with this plugin, App Store responds with the following warning
ITMS-90381: Too many symbol files - These symbols have no corresponding slice in any binary [16EBC8AC-DAA9-39CF-89EA-6A58EB5A5A2F.symbols, 1B105D69-2039-36A4-A04D-96C1C5BAF235.symbols, 476EACDF-583B-3B29-95B9-253CB41097C8.symbols, 9789B03B-6774-3BC9-A8F0-B9D44B08DCCB.symbols, 983BAE60-D245-3291-9F9C-D25E610846AC.symbols].
I think I saw similar warning in Google Store, too, when uploading Android build. It would seem that this is caused by cocoapods. Some symbols not stripped?
This hasn't happened before and the only thing that changed was adding cordova-plugin-firebasex, along with androidx and adapter (recent versions).
I'm not sure if this will be the cause of Apple review team rejection, but it might be. Will learn that in 1-2 days, I guess.
When uploading production version of cordova/ionic app with this plugin, App Store responds with the following warning
I think I saw similar warning in Google Store, too, when uploading Android build. It would seem that this is caused by cocoapods. Some symbols not stripped?
This hasn't happened before and the only thing that changed was adding cordova-plugin-firebasex, along with androidx and adapter (recent versions).
I'm not sure if this will be the cause of Apple review team rejection, but it might be. Will learn that in 1-2 days, I guess.