简体   繁体   English

iPhone中的代码签名错误

[英]code signing error in iphone

i had the following error when try install my app to the device.The log is as follows 尝试将我的应用安装到设备时出现以下错误。日志如下

CodeSign build/Debug-iphoneos/Ponshoppe.app
cd "/sumeet/Iphone projects/Ponshoppe"
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv _CODESIGN_ALLOCATE_ /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
/usr/bin/codesign -f -s "iPhone Developer: Sumeet Soni (N8AKMK8BFV)" "--resource-rules=/sumeet/Iphone projects/Ponshoppe/build/Debug-iphoneos/Ponshoppe.app/ResourceRules.plist" --entitlements "/sumeet/Iphone projects/Ponshoppe/build/Ponshoppe.build/Debug-iphoneos/Ponshoppe.build/Ponshoppe.xcent" "/sumeet/Iphone projects/Ponshoppe/build/Debug-iphoneos/Ponshoppe.app"

/sumeet/Iphone projects/Ponshoppe/build/Debug-iphoneos/Ponshoppe.app: The operation was cancelled by the user.
Command /usr/bin/codesign failed with exit code 1

Thanks in advance ....... 提前致谢 .......

重新启动mac,它将解决问题。这对我有用.....

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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