1

I tried to run Xcode apps on my jailbroken iPod Touch 2G by using JailCoder (which seems to be doing its job) and AppSync on my iPod touch (running iOS v4.2.1, the highest allowed for armv6 I believe) and got this error message for every build.

I just restored my iPod touch about 3 weeks ago and promptly jailbroke it. And it worked fine since except for this. Even blank template Xcode projects, which and runs perfect on both the iPhone and iPad simulators always gets this fatal error and this one exclusively. I even make sure to set the deployment target to 4.2 and make sure armv6 and armv7 are both supported.

/bin/sh -c /Users/Zach/Library/Developer/Xcode/DerivedData/test-run-ddvzosbhsvraawfdopekdoyocney/Build/Intermediates/test-run.build/Debug-iphoneos/test-run.build/Script-50524F424C454D533F.sh

iPhone Developer: ambiguous (matches "iPhone Developer" and "iPhone Developer" in /Users/Zach/Library/Keychains/login.keychain)
Command /bin/sh failed with exit code 1
4

3 回答 3

0

我有一个类似的错误。尝试从Keychain Access.app. 如果这没有帮助,则将它们全部删除并手动添加到钥匙串iPhone Developer.cer中。JailCoder.app/Contents/Resources

于 2012-11-26T14:34:38.167 回答
0

我刚刚开始使用 Xcode 5(在 OS X 10.9 上)再次使用 JailCoder,并且有点急于使用它。我最终遇到了同样的错误。

为了解决这个问题,我从 Keychain Access 中删除了 iPhoneDeveloper.crt 并完成了引导补丁(而不是单击“Quick Xcode Patch”然后修补我的 xcodeproj),这实际上让你做了一些重要的事情来让它正常工作。

这肯定是我的疏忽。只要确保您通过引导补丁!

于 2014-05-20T19:19:07.167 回答
0

如果您是两个开发团队的成员,则会发生此错误。一方面,Xcode 要求您为每个团队安装开发人员资料。另一方面,如果您在目标的“构建设置”中选择“iOS 开发人员”作为“代码签名身份”,不知道应该采用哪个开发人员配置文件,这很困惑。

作为一种解决方法,您可以选择一个具体的开发人员配置文件作为“代码签名身份”,而不是选择“iOS 开发人员”。但是,如果您选择个人资料,您的团队成员会遇到问题。

于 2015-10-01T21:10:21.610 回答