Questions tagged [xcode9-beta5]

14 questions
5
votes
2 answers

Using external libraries in Swift 4 playground

I've been trying to learn Swift 4, and therefore needed to use Xcode9 Beta as the IDE. I would like to load a large CSV data file to do some data analysis using a playground. The library I'm trying to use is CSVImporter, installed using Carthage,…
Mindtree
  • 53
  • 1
  • 4
4
votes
8 answers

High Sierra update causes NSTableView to flip and scramble

I'm updating an existing project which has worked fine for years to High Sierra. The view loads correctly and looks as it always has: Then, after I open a popup and close it again, the view moves things around, flips things, and generally looks…
Sashah
  • 418
  • 5
  • 18
2
votes
0 answers

dyld: Library not loaded: @rpath/libswiftMetal.dylib on iOS 11(15A5304j) with Xcode 9 beta 6

I'm trying to provide iOS 11 support to my existing project but when I launch my existing project, my app gets crash as soon as it launches with following error at Xcode console dyld: Library not loaded: @rpath/libswiftMetal.dylib Referenced from:…
Suryakant Sharma
  • 3,852
  • 1
  • 25
  • 47
2
votes
1 answer

Activate "Focus follows selection" in Xcode 9 beta 5?

I used Focus Follows Selection in Xcode 8 and loved it. I cannot find it anymore in Xcode 9 beta 5... When I search Xcode 9 help gives me this result: (where it actually was inside of Xcode 8) You can focus attention on the code you’re currently…
PatTheBeast
  • 171
  • 1
  • 9
1
vote
3 answers

IPA upload error

I updated my app for ios 11 using Xcode 9 beta 5.(Objective C app) The app is running(with Xcode 8.3 as well as Xcode 9 beta) without any error even on the device. Today, I have created a build using XCode 8.3 to upload on test-flight, Which is…
Rishabh
  • 391
  • 3
  • 13
1
vote
1 answer

Unsupported Swift Version

I am following this tutorial and am trying to get the starter project to run. When I open the project, I see these warnings: Unsupported Swift Version The target “SocketChat” contains source code developed with Swift 2.x. Xcode 9 does not support…
user2194276
1
vote
0 answers

Load pdf icon as app icon in Xcode8, 9?

I have a PDF app icon and want to drag to Images.xcassets to use as app icons. But cannot do that. I can use pdf icon as different icons into my app. But cannot use PDF icon for app icons. Please let me know, if Xcode 8 or 9 is supported it? If not…
lee
  • 7,955
  • 8
  • 44
  • 60
1
vote
0 answers

How to detect what part of the 3D object has been selected(touched by the user) using Xcode ARKit(Scenekit)?

I have developed a POC using ARKit - SceneKit using https://developer.apple.com/sample-code/wwdc/2017/PlacingObjects.zip. I have implemented a feature using which user can change colours of the 3D object after placing it in floor using camera. I…
Vidhya Sri
  • 1,773
  • 1
  • 17
  • 46
1
vote
1 answer

"ARConfiguration() – init() is unavailable" error in Xcode 9 Beta 5

On updating my existing AR application code (written using ARKit and SceneKit), I am getting below error while trying to initialize ARConfiguration: // ARConfiguration() - init() is unavailable. How to resolve this?
Vidhya Sri
  • 1,773
  • 1
  • 17
  • 46
0
votes
0 answers

how to wireless debug in ipad mini 2?

i want to debug wirelessly on iPad mini 2.. but there is no option available.can any one help me where i'm doing wrong?? i am using xcode 9.0 beta 5. my iPad and macbook are in same network.
Uday Babariya
  • 1,031
  • 1
  • 13
  • 31
0
votes
1 answer

Could not insert new outlet collection Xcode

I am currently using the new Xcode Version 9 Beta 5 and Swift 4. I tried to start a new application using the "Single View Application" (it did not automatically come with a View Controller File, only the usual Info.plist, Main storyboard, Assets…
sabrinazuraimi
  • 705
  • 1
  • 13
  • 28
0
votes
1 answer

how to test Promoting Your In-App Purchases

I am new in ios Development iOS11 Apple introduced IAP purchases that can be initiated from the AppStore & it can be displayed in search results, and may be featured on an appropriate tab on the App Store. for me not showing where Can i see the…
Ravindhiran
  • 5,304
  • 9
  • 50
  • 82
0
votes
0 answers

Application icon issue

Building my application using Xcode 9 developer beta is not showing application icon on devices and simulators running ios 11.
Rathish
  • 53
  • 9
0
votes
1 answer

What happened to "Is initial view controller"checkbox?

I just added a second view controller to my project, but when I went to set is as the initial view controller, the very convenient checkbox was missing (the Title label is also missing). I embedded it into a navigation controller just to see what…
Shades
  • 5,568
  • 7
  • 30
  • 48