请问下这个什么问题?用自己的appleid进行真机调试,xcode 7.3.1
这几天做了几种尝试:
1.我的mac上,用别人的appleid真机运行失败;
2.我的mac上,运行非项目的demo,可以真机调试;
3.将我的appleid放到同事同一项目上,可以运行;
4.怒删xcode,重装xcode,真机运行失败;
5.从网上找解决方法尝试,失败;
要疯了,求指教啊
CodeSign /Users/apple/Library/Developer/Xcode/DerivedData/cbs-cihcpbpbqnvjmxctsmkwvwrvyrhs/Build/Products/Debug-iphoneos/CBS5Mobile.app
cd /Users/apple/Desktop/Mobile5
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
Signing Identity: "iPhone Developer: *******@qq.com (XWZRJDD85H)"
/usr/bin/codesign --force --sign 12E0BB9D8BAFE6FFC9F4CDE7D517D2A035F0BEC8 --preserve-metadata=identifier,entitlements --timestamp=none /Users/apple/Library/Developer/Xcode/DerivedData/cbs-cihcpbpbqnvjmxctsmkwvwrvyrhs/Build/Products/Debug-iphoneos/CBS5Mobile.app
/Users/apple/Library/Developer/Xcode/DerivedData/cbs-cihcpbpbqnvjmxctsmkwvwrvyrhs/Build/Products/Debug-iphoneos/CBS5Mobile.app: bundle format unrecognized, invalid, or unsuitable
Command /usr/bin/codesign failed with exit code 1
不上代码,只列出错误信息?
这和代码没关系吧? 如果你需要什么其他的配置信息,我贴出来