0

I have a problem uploading my testing IOS .ipa on the app store, so right now after the uploading process, there is an error pop up that Error ITMS-90167: "No .app bundles found in the package.

Library Use:

React Native: Latest Version

This is quite new and interesting to me, it is my first time to encounter this error. Can anyone help me with this kind of error and how to solve this kind of error?

Hope someone helps me to fix this.

Error Found

Raju Ahmed
  • 1,282
  • 5
  • 15
  • 24
DevGe
  • 1,381
  • 4
  • 35
  • 66

1 Answers1

0

More likely this issue related to certificate or your current Xcode version.

Here what you can do:

  1. Open Target -> Signing&Capabilities -> Signing Certificate -> Uncheck and check again (this will update your entitlements).

  2. If 1st doesn't work for you. Try to update it to latest XCode 13.1 and upload again.

There is similar question opened for Xcode8 with workaround, that could help you too: https://stackoverflow.com/a/37931353/4977439

Oleg
  • 591
  • 5
  • 14