简体   繁体   中英

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.

I'm running XCode 6.0.1 with a non-jailbroken iPhone 6+, running 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.

I've already tried the solution from HERE with no luck, but changing the STRINGs to 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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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