Is it safe to upgrade to Xcode 7.1 when writing a project using Xcode 7 and Swift 2

I am in my first project and using Xcode 7 with Swift 2 . I would like to upgrade to Xcode 7.1 to run the application on my iPhone without a paid developer account . Since Xcode 7.1 introduces Swift 2.1, I'm not sure what I should upgrade.

Is upgrading to Xcode 7.1 safe?

+5
source share
2 answers
  • If you work separately for a project, it's safe to update it.
  • If you work in a team to jointly develop a project and you use version control tools such as GIT , it is best to keep the version of Xcode the same. So, either the entire team update, or none
+2
source

Xcode 7.1 has many improvements besides the once mentioned my apple

I saw good stability while using objects from other frameworks. A big advantage comes when you do not need to have a developer program to test applications on the device. Take action. And if his project is a team, a good update is always welcome.

+1
source

Source: https://habr.com/ru/post/1234680/


All Articles