Questions tagged [xcode8-beta2]

29 questions
1
vote
2 answers

Tests don't work on Xcode 8, beta 2

When I run tests on my project in XCode, it builds, and then says Testing... which never ends. When I use the stop button, the process stops with this text in the console: *** If you believe this error represents a bug, please attach the log file at…
Nikita P
  • 4,226
  • 5
  • 31
  • 55
1
vote
0 answers

How to run a previously compiled version (or a previous build) of an Xcode project in ios 10.0 simulator

I'm trying to test one of my apps on ios 10. I have downloaded the Xcode 8 beta which ships with the ios 10.0 Simulator. However, as expected, Xcode 8 is throwing tons of errors on the libraries I'm using [like Alamofire] which is preventing me from…
aware
  • 118
  • 1
  • 9
1
vote
2 answers

Are Doubles Comparable in Swift

Swift 3, Xcode 8β2. I've implemented a class that sorts Comparable data and attempted to test it using Doubles. Unfortunately, I'm getting the error "Cannot convert value of type '[Double]' to specified type '[T]'.". I've reproduced the error in…
Vince O'Sullivan
  • 2,611
  • 32
  • 45
0
votes
2 answers

When I attached my device to the xcode and try to build my project it's generating error

Could not locate device support files. This iPhone 5s (Model A1457, A1518, A1528, A1530) is running iOS 10.3.1 (14E304), which may not be supported by this version of Xcode.
Sagar Rathode
  • 243
  • 1
  • 15
0
votes
1 answer

Why am I getting a blank screen?

I'm following this tutorial on Github to learn how to use SwiftyDropbox, and I've followed the steps to the point where I should be able to run the app, and I log into Dropbox. However, when I run the app on my phone, I just get a blank screen. Can…
Theodore.K
  • 384
  • 2
  • 7
  • 21
0
votes
2 answers

This app has crashed because it attempted to access privacy-sensitive data

I have added privacy settings in info.plist still it crashes. I don't why. It says: This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an…
Nitin
  • 7,455
  • 2
  • 32
  • 51
0
votes
1 answer

App fonts changed when running from Xcode 8

I have designed my storyboard in Xcode 7 and it's looking fine across all devices. I set the fonts from Interface Builder but when I run the app from Xcode 8 beta in iOS 9.x, the button's and label's fonts are changed automatically. Is it a bug in…
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
0
votes
3 answers

unable to open iOS 10 simualtor via Appium using xCode 8 beta

i am trying to open iOS 10 simulator using appium 1.4.14 using the XCode 8 beta. capabilities.setCapability(MobileCapabilityType.PLATFORM_VERSION, "10.0"); capabilities.setCapability(MobileCapabilityType.DEVICE_NAME, "iPad Air"); …
Mahmud Riad
  • 1,169
  • 1
  • 8
  • 19
0
votes
1 answer

Xcode 8 beta 2 : Sticker app does not shows message app extension

I'm building Sticker messaging application. When I try to run the app on iPhone SE simulator with iOS 10 it throws a window to select application through which Sticker app extension should run. However, in this list there is Siri, Today and Watch…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
1 answer

Casting custom SKSpriteNode class after collision

I've got a couple of custom classes derived from SKSpriteNode and when they collide I want to call a method from the custom "Treat" class but it crashes on impact with the error.. " Unexpectedly found Nil when unwrapping an Optional value" This is…
user4707267
0
votes
1 answer

Expanding Xcode while installing Xcode 8 beta 2 on El Capitan

I'm trying to install Xcode_8_beta_2.xip file downloaded from Apple official site. It shows Expanding Xcode...verifiying digital signature shown below : Thereafter it shows 'The operation couldn't be completed. cipo read error: Undefined error:0'…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
1 answer

Error Convert NSString TO NSURL Xcode 8 Error code 256

Convert NSString To NSURL this is my code but i reciving null result NSString *Mystr = [NSString stringWithFormat:@"http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in…
user2296278
  • 528
  • 1
  • 4
  • 17
0
votes
1 answer

Ambiguous reference to member 'insert(_:completionHandler:)' xcode 8 beta 2

Hello with the new beta 2 i got a new problem that i couldn't solve. var message = MSMessage() var template = MSMessageTemplateLayout() viewDidLoad() { if let filePath2 = Bundle.main().pathForResource("synth", ofType: "wav") { …
masaldana2
  • 635
  • 9
  • 20
0
votes
2 answers

Xcode 8 beta 2 (8S162m) can't archive error 0

I download from https://developer.apple.com/download/ My MBPR OSX is 10.11.4 I tried "Archive Utility" & "Unarchiver" and no work both.
1
2