Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'XYZ.app/abc.bundle/Contents/MacOS/Abcbundle' is not permitted

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'abcd .app/xyz.bundle/Contents/MacOS/xyzBundle' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."

I am using Mac OS bundle in my project as a Framework use. Its running perfectly in iOS Device as well as in Simulator but when I try to upload the app on app store its giving me the above error.

Please give me suggestion.

like image 344
Gautam Sareriya Avatar asked Oct 29 '22 08:10

Gautam Sareriya


1 Answers

Finally, I found my answer from so much digging. I have used Mac OS bundle and for iOS app. That needs to be compatible for iOS app.

Go to Target -> Build Settings and Just change Base SDK from macOS to Latest iOS. Also change Skip Install to NO

like image 178
Gautam Sareriya Avatar answered Nov 04 '22 17:11

Gautam Sareriya