ios - Unexpected CFBundleExecutable key -


after spending time googling, tells me issue new.

we had functional project supporting ios7-8. of course multiple times submitted appstore.

we use pods, lots of tracking , monitoring, ga , instabug.

now decided submit version of app built on xcode 7 on ios 9 testflight.

we disabled bitcode, since many pods, flurry , other prebuilt libraries not include it.

the build successful, after submission itunesconnect this: enter image description here

we had same googleappindexing library (in pods too), removed it, make work. - instabug. going far, trying understand going on in ios 9 , changes made working project start throwing such errors.

any thoughts , ideas welcomed! please share experience, , if missed something, gladly share steps.

i encountered same problem today same exact error message when trying submit our app (using xcode 7 beta 5) instead of instabug.bundle bit, me tencentopenapi_ios_bundle.bundle.

i solved problem finding named bundle in project - error message suggests - edited info.plist in bundle removing cfbundleexecutable key. cfbundlepackagetype key set bndl didn't touch it.

after these changes did product > clean , had no problem submitting app app store.

i hope helps.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -