xcode9beta6 Questions
7
Solved
I've just create a project in Xcode 9 beta 6 and add this code:
let privateDB = CKContainer.default().privateCloudDatabase
let greatID = CKRecordID(recordName: "GreatPlace")
let place = CKRecord(r...
Propagable asked 10/9, 2017 at 18:31
4
Solved
I have downloaded the new Xcode 9 build from the Apple website
https://developer.apple.com/xcode/
However, I am getting the following error when extracting the file
Is this a known issue with ...
Whole asked 8/9, 2017 at 11:37
2
Solved
I have created a project under Unity with the ARKit plugin.
I have used the right versions. I compile from Unity, compile from XCode, archive and sent the (.ipa) on iTunes connect.
But, I receive...
Mazonson asked 4/9, 2017 at 8:37
3
I was testing my application on my iPhone 7 with Xcode9beta6. All was ok when I got an iOS 11.1 update on my iPhone. Now, when I run my project, I have this message :
I tried with the last Xcode...
Whippoorwill asked 30/9, 2017 at 14:2
5
Solved
There is another question on SO about this but this has nothing to do with it because I think this has to do with a beta version of iOS 11.
I have these 2 UIButtons that are grouped inside a UIVie...
Seymore asked 24/8, 2017 at 6:13
2
Solved
I am getting the following error when upgrading brew packages
Error: Your Xcode (8.3.3) is too outdated.
Please update to Xcode 9.0 (or delete it).
Xcode can be updated from
https://developer.appl...
Johnathon asked 8/9, 2017 at 12:30
1
Solved
In our project we specified that
hidesNavigationBarDuringPresentation = false
on a particular UIViewController's UISearchController. The searchController has an array of scope titles. This so f...
Plataea asked 11/9, 2017 at 20:36
1
So I'm trying to understand generic protocols and classes:
protocol ListPresenterType where View.PDO.SW == Dispatcher.SW {
associatedtype Dispatcher: ListDispatcherType
associatedtype View: List...
Inconstant asked 7/9, 2017 at 1:3
1
Solved
How to draw a border to highlight a SCNNode and indicate to user that the node is selected?
In my project user can place multiple virtual objects and user can select any object anytime. Upon select...
Married asked 6/9, 2017 at 11:25
1
© 2022 - 2024 — McMap. All rights reserved.