Issue after submitting my app to TestFlight

好久不见. 提交于 2019-11-30 03:15:17

问题


We have discovered one or more issues with your recent delivery for "AppName". To process your delivery, the following issues must be corrected:

Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path.

Once these issues have been corrected, you can then redeliver the corrected binary.

Regards,

The App Store team


回答1:


For me the following worked:

  1. i updated cocoapods if You have troubles doing so this link may help

  2. deleted MyProjectTests (that i wasn't using)

  3. deleted my Pods/ folder and Podfile.lock

  4. made pod install

  5. rebooted my mac

and the problem is gone




回答2:


I have just seen the problem after install the app in a real device, but crashed (in the simulator works). My app missing a library installed with Cocoapods.



来源:https://stackoverflow.com/questions/33147558/issue-after-submitting-my-app-to-testflight

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!