简体   繁体   English

Xcode,iPhone版本

[英]Xcode , iphone versions

I am new on iphone I want just change something little to a project. 我是iPhone新手,我只想对项目做些改动。 I have A mac os 10.6 , xcode3.2.6 and an iphone 4.3.5 I import the project and it runs ok. 我有一个Mac OS 10.6,xcode3.2.6和一个iPhone 4.3.5,我导入了该项目,它运行正常。 When i try to add the app on device I have 2 problems : 1. Xcode cannot find the software image to install this version 2. No code signature found 当我尝试在设备上添加应用程序时,我遇到两个问题:1. Xcode找不到安装该版本的软件映像。2.未找到代码签名

I can run the app on iphone if I don t update xcode? 如果不更新Xcode,我可以在iPhone上运行该应用程序吗? If I update xcode can I import my project even if it was done in a previous version? 如果我更新了xcode,即使它是在先前版本中完成的,也可以导入我的项目吗?

Thank you , 谢谢 ,

Raluca 拉鲁卡

In order to run the app on a device the code must be signed with a valid developer certificate. 为了在设备上运行该应用,必须使用有效的开发人员证书对代码进行签名。

Yes, if you update XCode you can still open projects that were created with previous versions of XCode. 是的,如果您更新XCode,您仍然可以打开使用以前版本的XCode创建的项目。

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

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