I successfully submitted my app [ version 1.0 ] to iTunesConnect
for review. And they have rejected it because I have added an extra App Sandbox feature
. So I solved that thing and tried to archive my project in new build number.
Also I have selected my Code Signing Identity 3rd Party Mac Developer Application
, And came back to Project Settings -> General, now I could see that the Signing switched to None
and Team
automatically changed to None. So I have changed that to My Team Name
and Signing into Mac App Store
. Now I have went back to Project Settings -> Build Setting
s, There the code signing identity has different identity selected [ Two Mac Developer & One 3rd Party Mac Developer
].
So what happens is that whenever I change something the opposite happen in other place. Basically I am unable to archive my project cause of code signing issue.
If I try to code sign using Mac Developer
Identity, it shows me something that I never seen before.
Something like error: A cryptographic verification failure has occurred
.
*** error: Couldn't codesign /Users/Alvin/Library/Developer/Xcode/DerivedData/MyApp-bjtynsmrmxhrfffdvpfwxeanbgkb/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Contents/Frameworks/libswiftCore.dylib: codesign failed with exit code 1
So how will I solve this problem? Thanks in advance.
By the way, I am using Xcode 7.3.1
in macOS Sierra
. Is that can be a problem? No right?