Unable to upload iOS update after adding Flurry Analytics? Error: Your app can’t contain standalone executables or libraries

南笙酒味 提交于 2019-12-05 12:29:46
  1. Open the Build Phases tab in the target settings for your project.
  2. Make sure that Flurry.framework is not included under Copy Bundle Resources.

From Invalid Bundle Structure.

My case was a bit different. I added an static library to "Embed Frameworks" and I got a couple of errors when I uploaded the app to the app store:

  1. The binary X is not permitted. Your app can't contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles
  2. Invalid Swift Support - Doesn't have the correct file type for this location

I removed this dependency and the problem was solved

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