Top "Xcode9-beta" questions

'Xcode 9 - Beta' is the beta release of Xcode Tool.

UIAppearance Swift 4

After updating to Swift 4, I am getting a compiler error: Static member 'appearance' cannot be used on protocol metatype 'UIAppearance.…

ios swift uiappearance xcode9-beta swift4
Hide large title when scrolling up

I have a normal view controller that is embedded in a navigation controller. In this view controller, I have a …

ios swift ios11 xcode9-beta
How can I add file to project in Xcode 9?

I created a new project in xcode 9. I want to add image file to project. When I delete this file …

ios xcode xcode9-beta
Failed to read file attributes for Images.xcassets in Xcode 9

I have old project that is running in Xcode 8 fine but when i am trying to run the project in …

ios xcode9-beta
xcodebuild -exportArchive fails with error Locating signing assets failed

I'm using command line xcodebuild tool to export .ipa files from Xcode archives. It was working fine up to Xcode 8.3.3. …

ios ipa xcodebuild xcode9-beta xcode9
Missing Simulator in Xcode 8.3.2 after installing Xcode 9.0 Beta

I am using Xcode 8.3.2 for iOS Application Development. I have just installed Xcode 9.0 Beta and suddenly I found that My …

ios objective-c swift ios-simulator xcode9-beta
How to initialize a MLMultiArray in CoreML

I've got an array of 40 arrays with 12 double features, so the type is [[double]]. Currently I'm sending this data to …

swift ios11 xcode9-beta coreml xcode9
Technique World tracking performance is being affected by resource constraints

While running an ARKit session with world tracking enabled, the Xcode console shows log messages about (I presume: reduced) tracking …

ios core-motion ios11 xcode9-beta arkit