Questions tagged [xcode8-beta6]

Xcode 8 beta 6 was a pre-release version of Xcode 8 released on August 15, 2016.

68 questions
0
votes
0 answers

Alamofire 4.0.0 erorr in Xcode 8 Beta 6

i'm using Xcode 8 beta 6 with swift 3 and i installing alamofire 4.0.0 beta 1 from cocoapods with using this code pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift3' after installing, i open xcworkspace…
RoccoBerry
  • 951
  • 1
  • 7
  • 10
0
votes
1 answer

Continous "Allow "App" to access your location while you use the app" alerts

I have developed an App where I am trying to get current device location in delegate method "applicationDidBecomeActive" and it is working fine, but the issue came up when I tested my same code on Xcode 8 beta 6 and iOS beta 10.7. Screen was…
codejunkie
  • 53
  • 2
  • 10
0
votes
0 answers

Swift 3 Compiling Error with Alamofire

I seem to be having a problem with "Alamofire" being recognized. I have cleaned and then built. sometimes it will recognize it for a few seconds, but then will not. I have looked at past comments, and changed the syntax within the ( ), but that is…
0
votes
0 answers

Terminating with uncaught exception of type NSException - Xcode 8 beta 6

in the last weeks i updated my Xcode until the last beta, Xcode 8 beta 6. Before these upgrades all worked well, but now i am getting some problems. I have a tab bar application. When I tap on the last tab, I get the Error Sigabrt and the console…
Try develop
  • 21
  • 3
  • 8
-1
votes
1 answer

how to authorize callkit in xcode8 beta 6

How to authorize callkit, CXProvider.authorizationStatus is not avilable in latest version of xcode8 beta. let cxpor = CXProvider(configuration: conf) cxpor?.setDelegate(self, queue: DispatchQueue.main)
Madhu
  • 994
  • 1
  • 12
  • 33
-1
votes
2 answers

Sqlite3 strange behaviour

I cannot import sqlite3 at all! Even though I created bridging header, imported libraries nothing works in swift. But when I tried in Objective-C, it worked just perfectly! There is also another issue... The simulator also throws an error on the…
Mr. Xcoder
  • 4,719
  • 5
  • 26
  • 44
-2
votes
1 answer

Xcode 8 Beta 6 text is choppy and distorted

After I installed Xcode 8 beta 6 I immediately realised that the text is very aliased. Even though it is of minor importance, I want it to be anti aliased. Zoom into the image and you will see that it is clearly choppy and aliased. My MacBook Pro…
Coding Tunes
  • 75
  • 1
  • 9
-2
votes
2 answers

Custom Keyboard Storyboard with Xcode 8 beta

I'm having some problems designing my custom keyboard from the storyboard in Xcode 8 beta 6. For some reason when I launch the keyboard on a iOS 10 device this is the result: This is how i design it in the Storyboard, Top View: Bottom View: So it…
DanielZanchi
  • 2,708
  • 1
  • 25
  • 37
1 2 3 4
5