xcode7-beta2 Questions
6
Solved
I succeed to install and use Parse framework with my new project, but I can't with a "template project".
The template is just a Slide Menu from Appcoda
You can download the project here.
I have ...
Frolic asked 8/7, 2015 at 14:15
6
Solved
I recently downloaded Xcode 7 beta, and Xcode complains about some of my C libraries not being compiled into BitCode. How would I go about telling Clang to produce BitCode that is compatible with i...
Boloney asked 5/7, 2015 at 18:4
14
Solved
I am trying to write a test case using the new UI Testing available in Xcode 7 beta 2. The App has a login screen where it makes a call to the server to login. There is a delay associated with this...
Segalman asked 2/7, 2015 at 10:55
1
Apple have kindly changed the fonts and font size in iOS 9.
I have noticed many of my fixed sized labels are now being truncated(!) which is not good. I am also getting this crash:
The error ca...
Puzzler asked 4/7, 2015 at 9:3
6
Solved
When I create a new OS X "Game" project with Sprite Kit, and set a breakpoint anywhere I can see the variable values just fine:
Then I change the code to import my own framework (TilemapKit) whi...
Bouchard asked 4/7, 2015 at 10:12
6
When I incorporated a popular OAuth2 library in iOS called OAuth2Client to my iOS app which is developed on Xcode 7 Beta 2 and then tried running the simulator, the following error occurred and the...
Scalenus asked 1/7, 2015 at 3:42
3
Solved
I have a podfile defined with the following pods.
platform :ios, '8.0'
use_frameworks!
target 'LifeStream' do
pod 'SSKeychain'
pod 'LiveSDK'
pod 'Alamofire', :git => 'https://github.com/Alamof...
Quartan asked 28/6, 2015 at 19:23
3
Solved
I'm currently developing my first iOS app using Swift 2.0 and Xcode Beta 2. It reads an external JSON and generates a list in a table view with the data. However, I'm getting a strange little error...
Selffulfillment asked 26/6, 2015 at 12:43
5
Solved
i updated Xcode 6 to Xcode 7 beta with Swift 2. I get this error and i can't find out how to fix it, please help me. Thanks. This is my code :
func locationManager(manager: CLLocationManager, did...
Joanajoane asked 25/6, 2015 at 8:21
3
I'm using Xcode 7 beta, and I have been trying to integrate Parse iOS SDK using Cocoapods.
I already created the bridging-header.h, I alreade imported Parse #import <Parse/Parse.h>. I alread...
Fruition asked 9/7, 2015 at 19:2
5
Solved
I have installed latest Xcode 7 beta 2 version, when I am trying to run the application in iOS 7.1 Simulator its giving this error message:
The iOS 7.1 simulator runtime is not available.
Una...
Ultima asked 25/6, 2015 at 17:12
4
I am getting this error on two different Macs (iMac and Mac Book pro). No idea why people can't reproduce it but I need some help.
I am running Xcode 7 beta 2 (23 June '15) on a Mac running OS X...
Gilreath asked 8/7, 2015 at 9:46
2
Tried a public sample code project and my own project. Observe no problem with watchOS 1.
watchOS 2 App installs and operates successfully on the real Apple Watch and the simulator, but it won't s...
Snowwhite asked 6/7, 2015 at 23:40
1
Solved
I don't want to keep and support watchOS 1, instead,
I want to upgrade my existing watchOS 1 project to watchOS 2 without recreating an Interface.Storyboard and etc.
Apple Doc isn't very specifi...
Peterson asked 5/7, 2015 at 4:56
1
Solved
I'm trying to make an app viewing the college I'm going to but I'm having trouble only viewing the one city. I'm trying to make sure that the user cannot scroll past the city. I'm then trying to ov...
Gump asked 4/8, 2015 at 1:43
1
Solved
I recently updated to Xcode 7, beta 3.
And I've run into some issues, I can't seem to find any questions for on SO.
When I run my application, i get 3 errors:
Use of unresolved identifier 'kCGBlen...
U asked 9/7, 2015 at 6:15
2
Solved
I saw this question, but I am still unable to import a framework and use it inside Xcode 7 beta 2 (7A121l).
So currently I am trying to use Result, via carthage. After adding it to Build Phases/ ...
Lima asked 29/6, 2015 at 1:5
1
Solved
I'm using Xcode 7 beta 2 and following raywenderlich.com's Breakout tutorial to learn SpriteKit. Here's the error I get when I try to load GameScene using unarchiveFromFile.
GameScene.type does ...
Margheritamargi asked 28/6, 2015 at 10:43
1
© 2022 - 2024 — McMap. All rights reserved.