itunesconnect - Archive submission to App Store failed in Xcode 7.0 for Test Flight -


i submitting prerelease app app store internal testing test flight in xcode 7.0 beta 2 (7a121l). able submit archive 0 problems multiple times today seeing following error message. xcode version or project settings did not change.

error itms-90035: "invalid signature. code object not signed @ all. make sure have signed application distribution certificate, not ad hoc certificate or development certificate.

enter image description here

i using "ios developer" code signing identity release. code signing settings @ target level following:

enter image description here

according this blog post 1 needs use 'ios developer' code signing identity test flight release builds. correct?

signing release ios distribution

i have tried changing release settings ios distribution still getting same error.

enter image description here

update

i managed fix problem , uploads app store. had external framework built carthage. needed open framework project , remove framework search path setting it. rebuilt framework carthage , uploaded app app store.

scheme of app should "release" , not debug or ad-hoc. can change going product -> scheme -> edit scheme


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -