简体   繁体   English

不同的Xcode版本和越狱设备

[英]Different Xcode versions and jailbroken devices

Is it possible to have an Xcode version installed and set up for apps ad hoc distribution, with distribution certificate and provisioning profile and so on, and at the same time to install another Xcode version and patch it with JailCoder or avoid codesigning apps built by that Xcode? 是否可以安装Xcode版本并为临时分发的应用程序进行设置,分​​发证书和配置文件等,并同时安装另一个Xcode版本并用JailCoder对其进行修补,或者避免对该应用程序构建的应用程序进行代码签名Xcode? I mean, without interfering with the settings of the former Xcode version. 我的意思是,在不干扰以前Xcode版本的设置的情况下。

I'd like to test deployment on jailbroken devices but keeping an Xcode with the settings needed for that purpose separately. 我想测试越狱设备上的部署,但要单独保留Xcode和为此目的所需的设置。

Thanks! 谢谢!

如果您希望两次安装相同版本的xcode,则可以在计算机上安装多个版本的xcode ...那么您将不得不更改它的名称,以使您的计算机无法识别您拥有的xcode并创建一个新版本。 。或您可以复制粘贴它...是的,您可以有多个版本...

Yes, you can always install multiple versions of Xcode on one machine by simply choosing a different install location during the installation process (do not accept the default installation location for the second version). 是的,您始终可以在安装过程中简单地选择其他安装位置,而始终可以在一台计算机上安装多个版本的Xcode(不接受第二个版本的默认安装位置)。

Disabling the requirement to code sign iOS apps is done by modifying a .plist file , that's nested under the install directory for Xcode. 禁用对iOS应用程序进行代码签名的要求是通过修改.plist文件完成的 ,该文件嵌套在Xcode的安装目录下。 For example, the default location (adjusting for SDK version) is: 例如,默认位置(针对SDK版本进行调整)为:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/SDKSettings.plist

So, changing this file to modify one Xcode install will have no effect on the other. 因此,更改此文件以修改一个Xcode安装将对其他文件没有影响。

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

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