简体   繁体   English

绕过iOS测试开发的代码签名-XCode版本6.0.1

[英]Bypass Code-Signing for iOS Test Dev - XCode Version 6.0.1

I'm pretty new to the Xcode environment and I'm trying to test a iOS App I'm building. 我对Xcode环境还很陌生,我正在尝试测试正在构建的iOS应用。

I'm running XCode 6.0.1 with a non-jailbroken iPhone 6+, running iOS 8.0. 我正在使用未越狱的iPhone 6+运行XCode 6.0.1,并运行iOS 8.0。 Unfortunately, I do not have a Dev Account as yet, but my iOS simulator is ridiculously slow (and for some reason massive on my screen), making it hard for testing. 不幸的是,我还没有开发者帐户,但是我的iOS模拟器非常慢(并且由于某种原因在我的屏幕上显示很大),很难进行测试。

I've already tried the solution from HERE with no luck, but changing the STRINGs to NO. 我已经尝试过这里的解决方案,但运气不好,但是将STRING更改为NO。

I have also tried to change the following project settings ( found here ), as seen here, with no luck: 我也尝试过更改以下项目设置( 在此处找到 ),如此处所示,没有运气:

在此处输入图片说明

Is there an updated method around this? 是否有关于此的更新方法? Or am I forgetting to do something? 还是我忘记做某事?

Unfortunately, you can't. 不幸的是,你不能。 According to Apple's Documentation on iPhone certificates - iOS/iPhone certificates are only issued to members of the iOS developer program. 根据Apple关于iPhone证书的文档-iOS / iPhone证书仅颁发给iOS开发人员计划的成员。

Those are the only two options. 这些是仅有的两个选择。 Without a paid developer account you won't be able to provision your device to run your app, and without jailbreaking your device you can't use the JB-enabled ways (whatever they are) to install your app on your device. 没有付费的开发者帐户,您将无法配置设备以运行您的应用程序;没有越狱设备,您将无法使用启用了JB的方式(无论使用哪种方式)在您的设备上安装应用程序。

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

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