iOS Question Invalid Bundle Structure ERROR ITMS-90171

Status
Not open for further replies.

ihabsharaf

Member
Licensed User
Longtime User
hi

i have one week try to upload app but every time i have error this last error i have
any one have the same error im not understand where is my
Problem



ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'Sendebad.app/main.o' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid 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."
2017-11-26 02:38:39.374 altool[18694:142451106] *** Error: Errors uploading 'E:\apps\IOS\Sendebad\Objects\Sendebad.ipa': (
"Error Domain=ITunesTransporterErrorDomain Code=-18000 \"ERROR ITMS-90171: \"Invalid Bundle Structure - The binary file 'Sendebad.app/main.o' is not permitted. Your app can\U2019t contain standalone executables or libraries, other than a valid 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.\"\" UserInfo={NSLocalizedRecoverySuggestion=ERROR ITMS-90171: \"Invalid Bundle Structure - The binary file 'Sendebad.app/main.o' is not permitted. Your app can\U2019t contain standalone executables or libraries, other than a valid 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.\", NSLocalizedDescription=ERROR ITMS-90171: \"Invalid Bundle Structure - The binary file 'Sendebad.app/main.o' is not permitted. Your app can\U2019t contain standalone executables or libraries, other than a valid 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.\", NSLocalizedFailureReason=ERROR ITMS-90171: \"Invalid Bundle Structure - The binary file 'Sendebad.app/main.o' is not permitted. Your app can\U2019t contain standalone executables or libraries, other than a valid 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.\"}"
)
 

ihabsharaf

Member
Licensed User
Longtime User
Can you post the text from the compilation window when you compile the app before you upload it?

B4i Version: 4.40
Parsing code. (0.18s)
Compiling code. (0.94s)
Compiling layouts code. (0.09s)
Building Xcode project (0.41s)
Sending data to remote compiler. (130.81s)
Application compiled with store provision profile.
You can download the ipa file with Tools - Build Server - Download Last Build.

Completed successfully.
 
Upvote 0
Status
Not open for further replies.
Top