Questions tagged [xcode6gm]
38 questions
2
votes
0 answers
Xcode 6.1.1 debugger fails to display values of a variable in the console. Why?
Why don't I see the values of a particular variable in the debugger?
Here's the data type:
struct hashTag {
var parseID:String?
var blguID:String
var owner:String?
var ownerImage:UIImage?
var displayName:String?
var…

Frederick C. Lee
- 9,019
- 17
- 64
- 105
2
votes
1 answer
iOS Tabbar UITabbarItem decrease size after tap
I'm using storyboard and a TabbarViewController. The tabbaritems decrease their size after tapping. The images are set in a NavigationController, the name in the NavigationController is the name of the imageset in Images.xcassets. The sizes of the…

joen
- 21
- 2
2
votes
2 answers
Xcode 6 GM storyboard outlets always nil
I am developing an app with swift in Xcode 6 GM using storyboard. On my viewcontroller if I drag and drop any view and connect it with an IBOutlet in the related viewcontroller file, that outlet is always nil in viewDidLoad and I always get…

user3676870
- 21
- 3
2
votes
0 answers
Swift: cannot see maps in simulator (Xcode 6 GM)
I'm using Xcode 6 GM, and when I'm trying to create a simple app that only shows the map, I can see only the grid (in the simulator).
Any thoughts?

ronene
- 49
- 3
2
votes
3 answers
UIPopoverController, Xcode 6, IOS 8 using Swift
I'm having some trouble getting a UIPopover to appear using swift. The code that is commented out works fine in Objective-C, but doesn't work using Swift. When I tap the + in my view controller I do get the "click" in my debugger, however no…

Paul S.
- 1,342
- 4
- 22
- 43
2
votes
1 answer
XCode 6 GM missing Swift for Cocoa and Storyboard options
I've just downloaded XCode 6 GM. While in beta 7 I could create Cocoa apps using storyboards, the option is disabled in the GM. Did anyone face similar issues, and if so how did you fix it?
Thanks.
Alex

Alex
- 2,040
- 2
- 19
- 29
2
votes
1 answer
Xcode 6 GM seed unable to boot ios simulator
I am trying to run my application with X-code 6 GM seed (Latest X-code version not beta) & IOS 8 simulator is not working every time it say 'unable to boot ios simulator'.
I already tried below given link solution but all goes vain
not works for…

Virender
- 168
- 10
2
votes
1 answer
po is not working in swift project Xcode 6 GM
I recently started working on a swift project created in Xcode 6 GM, but it seems I am unable to print any variables using po
Any any idea what could be causing this error?

Kenny Bambridge
- 407
- 4
- 14
1
vote
2 answers
How to use the size class adaptive layout in existing project
I have installed latest xcode6 GM. I have opened the existing project and changed it to use size class.
The problem i am facing is i have table view in which cell height is 50. While i run it different simulator, all have the same output. But when i…

Arasuvel
- 2,971
- 1
- 25
- 40
1
vote
0 answers
The app references non-public selectors in Payload/consume
I am facing a problem while validating my app using XCode GM.
Is this warning has something to do with code change or this is simply an Apple validation Script.
Thanks in advance.

sniper
- 399
- 1
- 3
- 9
1
vote
2 answers
Switched to xcode 6 GM - suddenly controller does not conform to UITableViewDataSource anymore
Today I updated to the newly released xCode 6 GM. When I try to build my app now I get a compiler error saying one of my View Controllers which handles a Table "does not conform to protocol UITableViewDataSource". Everything worked fine before…

dschlossfr
- 377
- 5
- 12
0
votes
1 answer
Your app is built with a beta version of Xcode or iOS SDK
I am trying to submit my app to iTunes Connect compiled with Xcode 6.1 GM seed 2, which I believe is the public release. Base SDK is set to "Latest iOS (iOS 8.1) and deployment target is 7.0. But, when I submitted my build using Application loader…

Ali Sufyan
- 2,038
- 3
- 17
- 27
0
votes
1 answer
WKWebView Help Support
I am able to implement the new WebKit in 7.1 Deployment. I can use it without error on the devices running in iOS8 up. However, when the device falls below iOS8, my WKWebView becomes nil even after the initialization, my suspect was even if you…

eNeF
- 3,241
- 2
- 18
- 41
0
votes
1 answer
RNCryptor Dyld Error Message: Library not loaded
So, I've tired everything to get this to work after I've archived the application, but it keeps failing to open with the error message:
Dyld Error Message:
Library not loaded: /Library/Frameworks/RNCryptor.framework/Versions/A/RNCryptor
…

Proto
- 19
- 3
0
votes
1 answer
Displaying TableView and CustomCell troubles on iPhone4s
I have some trouble with the appearance of my tableviews and cells on the iphone4s. Within the simulator and on new devices everything is fine.
UITableViewController
The custom table cell (picture 1) isn't presented correctly. All the labels etc.…

Joe
- 207
- 1
- 2
- 9