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

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


  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