Questions tagged [xcode6-beta6]

Xcode 6 beta 6 was a pre-release version of Xcode 6 released on August 18, 2014.

68 questions
2
votes
2 answers

Connect IBOutlet to universal Storyboard Xcode6

Using Xcode 6 beta 6 developing an iOS application that is universal application. I am facing an issue with connecting IBOutlets and using universal storyboards. If i am using "w any h any" configuration then i am not able to design two different…
Rohit
  • 1,189
  • 12
  • 23
2
votes
2 answers

build.sh ios generates "Undefined symbols for architecture armv7" when using XCode6 Beta6

on a fresh checkout of realm master from github, I run the following command: XCODE_VERSION=6 sh build.sh ios Which results in the following error.... ld: warning: embedded dylibs/frameworks only run on iOS 8 or later Undefined symbols for…
user871177
  • 721
  • 5
  • 12
1
vote
1 answer

Bar button items not showing

I have implemented a Detail Disclosure Button on my table view cell to edit existing texts in the cells. But the problem is that when I click on the Detail Disclosure Button it shows the existing text field but without any 'Edit' and 'Cancel' bar…
MdRiduan
  • 307
  • 3
  • 11
1
vote
2 answers

How to test old iPad app in Resizable iPad simulator?

I would like to test our old iPad App in new Xcode6-beta6's Resizable iPad simulator i.e. with iPhone 6 1334 x 750 display or with iPhone 6 Plus 1920 x 1080 display sizes, but I am just not able to set the Height, Width textfields on the bottom.…
János
  • 32,867
  • 38
  • 193
  • 353
1
vote
1 answer

Xcode6 Beta6 - Unknown class SCNView in Interface Builder file

I created a new Swift project and made a couple of changes according to this tutorial as follows: Modified the GameViewController.swift as shown in the tutorial. Created GameScene.swift as shown in the tutorial. NOTE: I am not listing the source…
BinaryCat
  • 1,220
  • 2
  • 17
  • 32
1
vote
1 answer

sendSynchronousRequest error in unwrapping on device, works in emulator

The following line works perfectly fine in the emulator, but not on the actual device. It gives me the error: fatal error: unexpectedly found nil while unwrapping an Optional value var urlData:NSData = NSURLConnection.sendSynchronousRequest(request,…
user3900721
1
vote
3 answers

Swift compiler Error "failed with exit code 254"

When I update Xcode 6 from Beta 4 to the Beta 6, I have this (new) compiler error and I don't know how to fix it. :0: error: unable to execute command: Segmentation fault: 11 :0: error: swift frontend command failed due to signal…
PMIW
  • 757
  • 2
  • 7
  • 15
1
vote
2 answers

app crashes after presenting an UIImagePickerController

I'm trying to present an UIImagePickerController in order to get an image from album and I'm facing a weird behavior. If I launch the image picker in the viewDidLoad, it works: class CaptureImageViewController: UIViewController,…
dlao
  • 351
  • 2
  • 9
1
vote
1 answer

center alignment offcenter in iOS simulator

https://www.dropbox.com/s/su11jck7p9fpmvp/Screenshot%202014-08-28%2019.06.52.png?dl=0 I'm just playing with constraints and get weird problems when doing basic centering. 1) If I center a subview horizontally with the guidelines that appear then…
butterywombat
  • 2,069
  • 7
  • 26
  • 44
1
vote
3 answers

Error using a prefix file in Xcode 6

I'm building an app using Xcode 6 beta 6. I manually added a prefix file, and specified it in the Build Settings: $(SRCROOT)/$(PRODUCT_NAME)/MyApp-Prefix.pch. The file compiles, and the symbols defined there are not highlighted as undeclared in the…
TotoroTotoro
  • 17,524
  • 4
  • 45
  • 76
1
vote
0 answers

Simulator and Storyboard Preview Difference

Currently, I'm using Xcode 6 Beta 6 for this thread. I have this single view application for iOS 8.0 and iPhone devices only. That single view have the value Inferred under the Attribute Inspector > Simulated Metrics. At first I didn't try to apply…
David B
  • 3,269
  • 12
  • 48
  • 80
1
vote
0 answers

CoreData obtainPermanentIDsForObjects crash with Xcode 6 Beta 6

I'm using MagicalRecord and import data for an entity in this method: +(void)importEnduserOnBackgroundFromResponse:(id)responseObject success:(void (^)(QNEnduser *provider))success …
MeXx
  • 3,357
  • 24
  • 39
1
vote
1 answer

Storyboard : Object doesn't displaying

I have on a special case : Yesterday It worked cool. But now I don't know why this problem is here. You can see that the view always contains the object like email/password textfield, background etc but it's in transparence. And in the view, it…
Aymenworks
  • 423
  • 7
  • 21
1
vote
1 answer

Crash using NSPredicate in swift after Xcode Beta 6

My code worked good in Xcode beta 5 but after downloaded the beta 6, it crash. This is the code I have : extension String { /** * http://stackoverflow.com/questions/3139619/check-that-an-email-address-is-valid-on-ios */ func…
Aymenworks
  • 423
  • 7
  • 21
1
vote
0 answers

swift Uilable error thread 1 breakpoint 2.4

var lastnumber: String = "" @IBOutlet var anserField : UILabel Thread 1: breakpoint 2.4 @IBOutlet var operatorLable: UILabel override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading…
ns parkour
  • 11
  • 3