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
17
votes
5 answers

xcode 8.3 framework not found FileProvider for architecture armv7

When I'm using xcode 9 beta 6 building a react-native project, it works fine. But after I change to xcode 8.3, it builds failed, and shows me these information: ld: framework not found FileProvider for architecture armv7 clang: error: linker…
Ci Kai
  • 335
  • 1
  • 4
  • 15
17
votes
4 answers

Xcode 9 - no iOS 11 simulator

When I open up the new Xcode 9 and go to Preferences > Components I don't see an option to download iOS 11 simulators. I'm 100% sure I have the latest Xcode 9 beta 4 I did some research and found out that Xcode downloads an index to determine what…
MegaCookie
  • 5,017
  • 3
  • 21
  • 25
17
votes
1 answer

UIAppearance Swift 4

After updating to Swift 4, I am getting a compiler error: Static member 'appearance' cannot be used on protocol metatype 'UIAppearance.Protocol' Here is my viewWillAppear method in my custom Tab Bar Controller subclass, I am setting the font of the…
Eli Whittle
  • 1,084
  • 1
  • 15
  • 19
17
votes
1 answer

Error copying files with FileManager (CFURLCopyResourcePropertyForKey failed because it was passed an URL which has no scheme)

I'm trying to copy some (media) files from one folder to another using FileManager's copyItem(at:path:), but I'm getting the error: CFURLCopyResourcePropertyForKey failed because it was passed an URL which has no scheme Error…
ruhm
  • 1,357
  • 2
  • 9
  • 10
17
votes
3 answers

xCode 9 - iOS 11: NSURLConnection - sendAsynchronousRequest fails

I just downloaded the latest version of xCode (9.0 beta (9M136h)). However, when I try to make a request to my server in iOS 11 simulator (Using NSURLConnection sendAsynchronousRequest), an error is received: NSURLSession/NSURLConnection HTTP load…
dor506
  • 5,246
  • 9
  • 44
  • 79
17
votes
6 answers

Module compiled with swift 4.0 cannot be imported in swift 3.1

Apparently I have managed to build my project in Xcode 9 beta and now I only get the error Module compiled with swift 4.0 cannot be imported in swift 3.1 When I run the project in Xcode 8. The module in my case are Alamofire. I have tried to…
user8118543
16
votes
2 answers

Push tags with Xcode 9

From cli I push tags like this git tag 1.0.1 && git push origin 1.0.1 From Xcode 9 I can tag commits. But, how do I push that tag to origin from Xcode?
joels
  • 7,249
  • 11
  • 53
  • 94
16
votes
1 answer

Xcode 9 Beta 2 fails - DVTPlugInErrorDomain plugin load fails

After downloading from Apple's site and installing Xcode 9 beta 2, it fails to launch on Sierra OS X version 10.12.5 with a following bug report: Process: Xcode [4789] Path: /Applications/Xcode-beta.app/Contents/MacOS/Xcode…
Ievgen
  • 1,999
  • 2
  • 12
  • 24
16
votes
1 answer

Is there any risk upgrading to Xcode 9 while working on projects to be released soon?

I'm currently working on an app that is soon to be released. This would tend to push me to wait before upgrading to Xcode 9 beta just to make sure my environment is stable but ARKit is making me really curious and I'm thinking about updating asap…
Edouard Barbier
  • 1,815
  • 2
  • 19
  • 32
15
votes
2 answers

Xcode 9 - Add an App Store icon

i saw this new requirement in itunes connect (next to the App Store Icon): As for now (Xcode 8.3.x) I have AppIcon assets next to the App Icon Source Is this requirement means i need to change any thing? or only that from Xcode 9.x.x the App Icon…
MTZ4
  • 2,274
  • 2
  • 25
  • 41
15
votes
2 answers

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. The same setup has stopped working with Xcode 9 beta. Now it fails with this error: IDEDistribution: Step failed:…
Vladimir Grigorov
  • 10,903
  • 8
  • 60
  • 70
14
votes
1 answer

[SPApplication _accessibilityInitialize]: unrecognized selector sent to instance on watchOS4

Once my watch app starts, it crashes with the following error: 2017-08-17 13:59:54.304792-0300 watchOS4 Extension[11500:1617313] -[SPApplication _accessibilityInitialize]: unrecognized selector sent to instance 0x79e5b8f0 2017-08-17…
GGirotto
  • 848
  • 2
  • 10
  • 31
14
votes
1 answer

Compile error in Swift 4 on parameter passing

I used 3rd party library in Xcode 9 Beta 3. And I am getting the following error in the completion call, I am not able to resolve this error: DispatchQueue.main.asyncAfter(deadline: .now() + delay) { self.animationView?.alpha = 0 …
Vidhya Sri
  • 1,773
  • 1
  • 17
  • 46
13
votes
2 answers

Programming a UIButton is not working in Swift 4 Xcode 9 Beta 6, Cannot add target

In the past I had no problem creating a UIButton programmatically, but ever since I've been using Xcode 9 and Swift 4, I cannot find a way to make this error go away. //Adding target to UIButton func PositionStartButton(xOffset: Float){ …
Olivier
  • 145
  • 1
  • 1
  • 8
13
votes
5 answers

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 table view that is using the constraints of the safe area. (I don't use a table view controller) The navigation controller is set to…
Jippe Joosten
  • 403
  • 1
  • 3
  • 16
1 2
3
16 17