简体   繁体   中英

iOS App's on Device with xCode6.4 and xCode7 beta

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...

Please Help me...

Greetz

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.

Now Xcode 7 comes with IOS SDK 9
Xcode 6 comes with IOS SDK 8


So Switching between Versions of Xcode also switches the base sdk (unless otherwise configured)


--> 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

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