简体   繁体   中英

Sign app in xcode with ios5

I face a problem while I sign the app with ios sdk5, this problem I have never faced before ...

error message as follows:

iPhone Distribution: iApp: ambiguous (matches "iPhone Distribution: AppDever" 
in /Library/Keychains/System.keychain and "iPhone Distribution: AppDever" in 
/Users/icoco/Library/Keychains/login.keychain)
Command /usr/bin/codesign failed with exit code 1

I often import the certificate file into 'login' and 'system' , but now it seem report error ...

anyone can give help ? thanks

Sounds like you imported the certificate into the system keychain and your user one. I'd try removing it from one of them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM