I have an app who has arm64 in the valid architecutes. This app is iOS8 only. I have a dynamic framework inside the project who supports arm64 too.
The app compile and runs without warnings both on simulator and real device. When I archive (so Release deployment), I get this warning:
warning: skipping copy phase strip, binary is code signed: /Users/claudio/Library/Developer/Xcode/DerivedData/Appname-fysafeblgqwxvydddohezmdaqvbg/Build/Intermediates/ArchiveIntermediates/Appname/IntermediateBuildFilesPath/UninstalledProducts/TSModel.framework/TSModel
If I try to submit the app for the AppStore, instead I get his error:
ERROR ITMS-9000: "Invalid architecture: Apps that include an app extension and a framework must support arm64
I don't know how to solve this problem.
It seems that there are other people with a similar problem to mine ERROR ITMS-9000: "Invalid architecture: Apps that include an app extension and a framework must support arm64