IOS application does not work while sending

I created my ipa using Xcode 7 and run on ios 9 and it works fine, but when I download it using the application loader, it gives me an error.

Could not make parent directory for: /Users/Myname/.itmstransporter/softwaresupport/bin/Frameworks/ITunesConnectFoundation.framework/Resources/Info.plist

ERROR ITMS-90168: "The binary you uploaded was invalid."

Any help would be greatly appreciated to resolve this error.

0
source share
1 answer

I was getting this error with some others, and when I changed it in the Deployment Details and Checked> Full Screen Required sections.

This allowed the download. You simply load the bootloader that uses Xcode when the archive is complete. enter image description here

0
source

Source: https://habr.com/ru/post/1608819/


All Articles