0

I'd like to use the Xcode 9 beta new features but I'm worried about backwards compatibility after working with the beta version. I've had such problems with past Xcode beta versions (since it made storyboards unusable with previous versions). I've tried loading test projects (ObjC and Swift) without any problem but I'd like to know if someone here can confirm this point since I need to upload to App Store frequently and I'll need Xcode 8 to do it.

Thanks.

rmvz3
  • 1,133
  • 2
  • 16
  • 27

1 Answers1

0

I am not very sure about the ObjC projects in particular, but after opening my storyboard in Xcode9-Beta and then in Xcode8, all my UILabels disappeared. They are there, you can select/edit them, but they are just not visible.

But besides, if you are using version control, you can always rollback :)

enigma
  • 865
  • 9
  • 22