'Xcode 9 - Beta' is the beta release of Xcode Tool. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.
Questions tagged [xcode9-beta]
248 questions
-1
votes
1 answer
SWIFT 4, Xcode 9, JSON DECODER
I'm pretty stuck now. I'm attempting to PARS a JSON RETURN for just the year make make and model. It's buried in an array of dictionaries, and the decoder is having a hard time pulling them out. What am I doing wrong?
public struct Page:…

chris williams
- 13
- 4
-1
votes
2 answers
UINavigationBar.appearance().shadowImage = UIImage() in swift 4
How can I implement this code in swift 4 or xcode 9?
// Remove hairline between navigation bar and anything below such as search bar
UINavigationBar.appearance().shadowImage = UIImage()
I want to remove navBar underline.

Zain Ul Abideen
- 693
- 10
- 15
-1
votes
1 answer
In SceneKit, how widely different are the iOS10 and iOS11 implementations?
The same program run on the iOS10 simulator and the iOS11 simulator renders very differently. Is there a good summary of the non-back-compatible deltas, or how to have one SceneKit program generate the same output on the different iOS versions?

Ramsay Consulting
- 593
- 1
- 5
- 14
-1
votes
1 answer
Core Data NSManagedObject in Xcode 9 beta
NSManagedObject Subclass is absent form Xcode 9 project files templates. Data Model and Mapping model project file templates are present. What we should be using instead of NSManagedObject Subclass while doing objective c programming using core…
user4277177
-1
votes
1 answer
Why there are only two panels now? [Info] [Build Settings]
There are only two panels in my App Info
Before this, I have opened it in Xcode 9 beta2, and now I'm in Xcode 8.3.3. Why there are only two panels left?

Kyle Bing
- 179
- 1
- 18
-3
votes
1 answer
avplayer not loading https url
Downloaded ios 11 beta 2 today, app is not loading urls coming from facebook.
I thought it was related to app transport security but since urls are linking to https adresses it shouldn't be a problem?
Any thoughts?

thibaut noah
- 1,474
- 2
- 11
- 39
-4
votes
2 answers
Unable to submit app on appstore testflight Xcode-Version 9 Beta
I am trying deploy my first release on test fight.But getting this error.I am using VM of mac OS 10.12 and Xcode 9 beta version.
Its strange that same VM and Xcode is deploying release from other machine.
Please guide me how can i remove these…

Kamran Ahmed
- 179
- 1
- 2
- 10
-4
votes
1 answer
Xcode 9 Simulator side buttons
What is the purpose of side buttons on Xcode 9 Simulator?

Yakiv Kovalskyi
- 1,737
- 1
- 15
- 29