When I run the App Store app, I encounter some problems.
I use Swift 3.0.3 as well as Carthage to process my frameworks.
When Im sends via xcode, I get the following errors:
WARNING ITMS-90080: 'Executable file' Payload /XXXXXX.app/Frameworks/TOCropViewController.framework 'is not an independent executable position. Make sure your assembly settings are configured to create PIE executables. For more information, see Technical Q & A QA1788 - Building a Position An independent executable in the iOS Developer Library.
ERROR ITMS-90125: "The binary file is invalid. The encryption information in the LC_ENCRYPTION_INFO Download Command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built using the Apple linker."
ERROR ITMS-90209: "Segment alignment is incorrect. The binary application 'XXXXXX.app/.../TOCropViewController.fram.../TOCropViewController' does not have proper segment alignment. Try rebuilding the application using the latest version of Xcode."
ERROR ITMS-90635: "Invalid Mach-O format. Mach-O package in bundle" XXXXXXX.app/Frameworks/DropDown.framework "does not match Mach-O in the main bundle. The main Mach-O bundle contains armv7 (bitcode) and arm64 (bitcode), and the Mach-O sub package contains X86_64ALL (machine code). Make sure that all targets for the platform have a constant value for the assembly ENABLE_BITCODE installation. "
ERROR ITMS-90087: "Unsupported architectures. XXXXX / Frameworks / SVProgressHUD.framework contains unsupported architectures [x86_64, i386]."
Can someone help me with this?
Additional Information:
I use the following list of frameworks:
- github "Alamofire / Alamofire" ~> 4.0
- github "jonkykong / SideMenu" "master"
- github "SVProgressHUD / SVProgressHUD"
- github " https://github.com/TimOliver/TOCropViewController"
- github "evgenyneu/Auk" ~ > 7.0
- github "MortimerGoro/MGSwipeTableCell"
- github "AssistoLab/DropDown"
:



