Questions tagged [xcode9.1-beta]

Xcode 9.1 is the latest 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.

5 questions
29
votes
5 answers

How do I install Xcode 9 without updating macOS?

Does anyone have any idea to install Xcode 8 OR Xcode 9 without updating macOS? I want to update my Xcode 7.1 to Xcode 8 or Xcode 9 (or 9.1) Beta. But it is not allowing me to update directly on OS X Yosemite 10.10. And I don't want to update my OS…
Samkit Shah
  • 711
  • 1
  • 7
  • 18
9
votes
3 answers

Module compiled with Swift 4.0 cannot be imported in Swift 3.2.1

Swift 4.0 modules were fine in Swift 3.2 apps with Xcode 9.0. But now, with Xcode 9.1, I get: Module compiled with Swift 4.0 cannot be imported in Swift 3.2.1 Or: Module compiled with Swift 4.0 cannot be imported in Swift 4.0.1
Cœur
  • 32,421
  • 21
  • 173
  • 232
8
votes
1 answer

Component simulator list empty Xcode 9.1 beta

The list of the simulator to download and install is empty. I deleted Derived cached data but still empty. Is it normal ? is there a workaround to install manually simulators ? Image of the empty list simulator in component setting
marcoucou
  • 83
  • 6
5
votes
6 answers

Downloading Xcode 9 (or 9.1 Beta release)

I downloaded iOS 11 on my device and want to continue testing my projects on my device but it wont work because it says that ios 11.0 may not support the version of Xcode I have (which is 8.3.3). I am assuming this is because I need to use the Xcode…
user3835611
  • 129
  • 1
  • 1
  • 4
2
votes
1 answer

Face ID on iPhone X

LABiometryType property is set only when canEvaluatePolicy succeeds for a biometric policy. How to identify touch id or face id is available on device before enrolling? We want to show a message in app to user i.e. "Enroll touch id" or "Enroll face…
MasterGoGo
  • 100
  • 6