Questions tagged [xcode9-beta]

'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.

248 questions
0
votes
2 answers

iOS 11 - Xcode 9.0 Beta 3 error: Use of undeclared identifier 'vabs_s8'

Xcode gives me this weird error: Use of undeclared identifier 'vabs_s8' File path: /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/simd/common.h This file is included by GameKit…
fmor
  • 13
  • 1
  • 4
0
votes
1 answer

Will Xcode 9 beta make my ObjC projects unusable with Xcode 8?

I'd like to use the Xcode 9 beta new features but I'm worried about backwards compatibility after working with the beta version. I've had such problems with past Xcode beta versions (since it made storyboards unusable with previous versions). I've…
rmvz3
  • 1,133
  • 2
  • 16
  • 27
0
votes
1 answer

How to add custom library in Xcode 9

I have updated to Xcode 9 and now trying to add SwiftyJson to my project. However, since there is a new interface for Xcode 9, I have no idea where to add this library.
Di Wang
  • 31
  • 1
  • 8
0
votes
3 answers

Use of undeclared identifier in Xcode 9.0

I am trying to integrate this framework manually in my Xcode project. As I am structuring my project, I am adding it inside a folder [not a group]. So then the problem is started, "use of undeclared identifier SkyFloatingLabelTextField. What should…
Hemang
  • 26,840
  • 19
  • 119
  • 186
0
votes
1 answer

How do you create a new document using UIDocumentBrowserViewController in Xcode 9 beta 2?

I am having problems with UIDocumentBrowserViewController Bug in Xcode 9 Beta 2, was working with beta 1. The symptom is that you can't create a new document, on most pages the + icon is missing or greyed out. On the browse page it is present and…
Howard Lovatt
  • 968
  • 1
  • 8
  • 15
0
votes
1 answer

Best way to add .mmmodel file to my xcode9 project?

In my app, I want to add a Machine learning model like Inceptionv3. How to add Inceptionv3.mmmodel to my project?
Phani Sai
  • 1,215
  • 19
  • 33
0
votes
1 answer

EXC_BREAKPOINT when trying to present modally from storyboard in completion handler

In my ViewController.swift I have this method which presents a viewcontroller modally after the animations for the boxes are completed: @objc func sceneTapped(recognizer: UITapGestureRecognizer) { let location = recognizer.location(in:…
14wml
  • 4,048
  • 11
  • 49
  • 97
0
votes
1 answer

CoreML: Can I use two machine learning models (mlmodel files) in one project?

I've created a small sample program to test CoreML. Basic idea is to combine the results of several models for example VGG16 and Resnet50. When I try to compile my project I'm getting this error: Is it possible to use two or more model files in one…
Stefan
  • 5,203
  • 8
  • 27
  • 51
0
votes
0 answers

How do I fix an internal error Xcode 9b2?

Tried compiling my project after installing Xcode 9 b2 and I keep on getting this error: /Users/Cyril/Desktop/App/App/Base.lproj/LaunchScreen.storyboard: Internal error. Please file a bug at bugreport.apple.com and attach…
cyril
  • 3,020
  • 6
  • 36
  • 61
0
votes
1 answer

How to run XCTest over Wifi using XCode 9 and iOS 11

I am using following environment: Xcode version 9 beta iOS 11 iphone 7 I am able to run/debug applications on my iPhone over wifi network. debug over wifi feature is working flawlessly. However, when I try to run my test cases, iOS is unable to run…
0
votes
0 answers

How To Clear App Of Beta To Post On App Store

I have published an app on the iOS app store and I have now got the xcode 9 beta on my mac. I opened the app project with the beta for around 5-10 mins and made a few changes but the beta was being buggy so I decided to go back to the stable xcode…
Luke Roberts
  • 311
  • 1
  • 4
  • 15
0
votes
1 answer

Why i am not able to run app on different network(iOS 11)

Hi i am able to run app on same network properly but not able to run app on different network on xcode 9-Beta version, i just curious to know why its not possible on different network? Can anyone have idea over this?
Mukesh Lokare
  • 2,159
  • 26
  • 38
0
votes
2 answers

Xcode 9.0 Beta: swift "cannot init a class object" when calling Type.init()

I just upgraded to Xcode 9.0 Beta and now my app crashes on launch. 2017-06-09 14:35:18.817213-0700 recharge-consumer-ios[13524:1720597] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '***…
Eric
  • 5,323
  • 6
  • 30
  • 35
0
votes
1 answer

Unable to import in CoreNFC in swift project Xcode 9 beta

I am unable to import CoreNFC in a swift project. Getting this error No such module CoreNFC. I also added the framework to Linked Frameworks and Libraries.
Bilal
  • 18,478
  • 8
  • 57
  • 72
0
votes
1 answer

Xcode 9 only for members of the Apple Developer Program

Did they change it so you need to be in the Apple Developer Program to access the latest Xcode beta version or GM Seed? Because I remember downloading Xcode Beta not too long ago. It says on…
Maxung
  • 17
  • 1
  • 7
1 2 3
16
17