How to debug “Invalid Bundle” error which happens only after submitting to app store

前端 未结 12 1038
臣服心动
臣服心动 2020-12-04 14:26

I have a lot of frameworks in my app. App works fine in adhoc/enterprise release. Only if I submit to the app store for testflight testing I get this error email from apple:

12条回答
  •  情深已故
    2020-12-04 15:10

    I had the same problem, it was due to one framework not being present in the Frameworks subfolder in the app bundle.

    I fixed it by adding a Copy Fields build phase, and adding the missing .framework file there.

提交回复
热议问题