I'm new to coding and the last update/migration left me so stuck I recoded the whole app instead. I've nearly finished my next app and realised instead of updating to Xcode9
, maybe I could finish and deploy the app to the app store in and from Xcode8.3.3
(it says swift compile language is swift3
)?
Asked
Active
Viewed 158 times
0

Rishi Chaurasia
- 520
- 4
- 18

Berro
- 15
- 5
-
Yes! Of course. – Mannopson Nov 07 '17 at 08:05
-
Yes. No issues. if it is compiling in XCode8.3.3. – Rishi Chaurasia Nov 07 '17 at 08:38
-
That's a relief, as long as it's 64 bit architecture, it should work with all phones including iOS 11 right? – Berro Nov 07 '17 at 08:59
1 Answers
0
Yes you can upload your app without problems, don't worry!

Leonardo
- 218
- 4
- 17
-
Thanks, just to check, the deployed app should work with all devices as per usual including iOS 11 (I have 64 bit architecture coded)? – Berro Nov 07 '17 at 09:00
-
yes of course, a device with OS 11 can run an app created for previous versions. – Leonardo Nov 07 '17 at 09:09