i want add a Comment to these Answer,Test iOS app on device without apple developer program or jailbreak but i don't have 50 comments :( I want to know if is possible that I install xCode7 beta, than go back to xCode6.4 and start from xCode6.4 my App on my device? I have problems with the convert from my projects from xCode6.4 in xCode7. I hope someone can help me. I can start the Apps from xCode7 on my device without problems :) but i need the code from xCode6.4...
我想在没有苹果开发者程序或越狱的设备上添加评论这些答案,测试iOS应用程序,但我没有50条评论:(我想知道我是否有可能安装xCode7 beta,而不是回到xCode6.4从我的设备上的xCode6.4我的应用程序开始?我的xCode7中xCode6.4的项目转换有问题。我希望有人可以帮助我。我可以在我的设备上从xCode7启动应用程序而没有问题:)但是我需要xCode6.4的代码......
Please Help me...
请帮帮我...
Greetz
格尔茨
1 个解决方案
#1
0
Xcode is only an IDE you use. In general, an IDE could switch freely.
BUT with IOS development you always work against a Base SDK that defines the abilities of the apple frameworks.
Xcode只是您使用的IDE。通常,IDE可以*切换。但是通过IOS开发,您始终可以使用定义Apple框架功能的Base SDK。
Now Xcode 7 comes with IOS SDK 9
Xcode 6 comes with IOS SDK 8
现在Xcode 7附带IOS SDK 9 Xcode 6附带IOS SDK 8
So Switching between Versions of Xcode also switches the base sdk (unless otherwise configured)
因此,在Xcode版本之间切换也会切换基本sdk(除非另有配置)
--> your app may behave differently with different base sdks. If that is acceptable though OR you don't see any change THEN switching is no issue
- >您的应用可能会因不同的基本功能而表现不同。如果这是可以接受的,或者你没有看到任何变化,那么切换是没有问题的
I switch all the time :)
我一直在切换:)
EDIT: just saw the swift 2 tag. That is not supported in Xcode 6 so you can't switch
#1
0
Xcode is only an IDE you use. In general, an IDE could switch freely.
BUT with IOS development you always work against a Base SDK that defines the abilities of the apple frameworks.
Xcode只是您使用的IDE。通常,IDE可以*切换。但是通过IOS开发,您始终可以使用定义Apple框架功能的Base SDK。
Now Xcode 7 comes with IOS SDK 9
Xcode 6 comes with IOS SDK 8
现在Xcode 7附带IOS SDK 9 Xcode 6附带IOS SDK 8
So Switching between Versions of Xcode also switches the base sdk (unless otherwise configured)
因此,在Xcode版本之间切换也会切换基本sdk(除非另有配置)
--> your app may behave differently with different base sdks. If that is acceptable though OR you don't see any change THEN switching is no issue
- >您的应用可能会因不同的基本功能而表现不同。如果这是可以接受的,或者你没有看到任何变化,那么切换是没有问题的
I switch all the time :)
我一直在切换:)