unity生成iphone源代码后无法运行游戏
我是 iPhone 游戏开发新手。我使用的游戏引擎是unity 3D,我正在制作一个示例游戏来启动开发。我已经破解了 iphone 和 ipad 的 unity3.4,现在它在 obj.c 中生成 iphone 的代码,这很酷,但我无法在设备上或模拟器上运行它。我还没有购买苹果开发者帐户。这是我收到的错误:
代码签名错误:身份“iPhone Developer”与默认钥匙串中的任何有效证书/私钥对不匹配
我现在应该做什么?有什么方法可以让它在设备/模拟器上运行吗? 这个问题是账号购买问题还是其他什么问题?请给我解决方案。 谢谢
I am new on iphone game dev. Game engine I am using is unity 3D, I am making a sample game to initiate development. I have cracked unity3.4 for iphone and ipad, now it generates code for iphone in obj.c its cool but I am unable to run it neither on device nor on simulator. I havent yet purchased apple developer account yet. Here is the error I am getting:
Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain
What should I do now ? Is there any way I would make it run on device/simulator.
Is this problem is about account purchasing or anything else ? Pls give me solution for this.
Thnx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已解决:在unity的播放器设置中,选择iOS模拟器:)
Resolved: in player settings of unity, select iOS Simulator :)