I\'m trying to submit an iOS app to AppStore and I\'m having the following error:
ERROR ITMS-9000: \"Missing or invalid signature. The bundle \'com.goog
This issue appears to have been fixed today by Apple, after being broken for ~24 hours.
Submitting the same app today, with no changes to the .bundle
, no longer throws the error.
--deep
code signing of the bundle is not required.
(Note that I did not test this with the specific Google bundle that the question references. The Resources Bundle that our app uses, though, now works correctly and no longer throws the error.)