Questions tagged [xcode6]

Xcode 6 is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.

Xcode is Apple's integrated development environment (IDE) for developing OS X and iOS apps. The version 6 was presented at the WWDC on June 2nd 2014. The new features of Xcode 6 include the new programming language Swift, the playground as an interactive way to play with the code and a more visual debugger.

The latest production version of the IDE is Xcode 6.4. Download Here

The important enhancements are described here and here.

This tag is for IDE only questions with the version 6. Questions related to the programming languages should go to the correct tag , , and . When they are only related to the os and .

6121 questions
3
votes
2 answers

How to remove margin from a viewController?

I have created a new project using storyboard. Now, I want to add a UIView into the default ViewController. When I tried to add constraint using AutoLayout to the UIView with it's parent ViewController, it is showing -16 instead of 0 at both leading…
3
votes
0 answers

Best Replacement for Bump API

I was looking into using the Bump API for my iOS application but I see now that it has been discontinued. Does anyone know of a decent replacement for this API? Thanks
Brennan Casey
  • 887
  • 2
  • 7
  • 17
3
votes
1 answer

Is any API or SDK is available for snapchat integration in iOS

How can I integrat snapchat in iOS. Is any API or SDK provided by snapchat like facebook or twitter?
Sumitava Datta
  • 137
  • 1
  • 11
3
votes
1 answer

Launch Screen takes too long to disappear

I just started learning Swift. It's been only a month, and I can assure you that I'm not doing anything fancy. Yet, the launch screen on the simulator is taking a long time to disappear before the app starts. It stays on for at least 5 seconds, and…
KGS
  • 41
  • 3
3
votes
2 answers

Hide Device ID details in Xcode 6.4

This has just appeared in Xcode - Version 6.4 (6E35b) Any idea how to hide it. Must have have something to do with installing the beta.
DogCoffee
  • 19,820
  • 10
  • 87
  • 120
3
votes
0 answers

Error Domain=NSCocoaErrorDomain Code=134030, when saving data

With an iOS app that has been working for about a year; I am thinking of an update. For that I recompiled it in the last version of Xcode (6.3.2). Then, when trying to insert a record in Core Data, I got this message in the debugging…
Michel
  • 10,303
  • 17
  • 82
  • 179
3
votes
1 answer

MMDrawerController Pre Built Animations with Swift

I'm using MMDrawerController, and I'm trying to change the way the drawer slides out. In objective C, I would do [drawerController setDrawerVisualStateBlock:[MMDrawerVisualState slideAndScaleVisualStateBlock]] to change how the drawer slides out…
Thomas
  • 2,356
  • 7
  • 23
  • 59
3
votes
1 answer

Ios :: dyld: Symbol not found: _OBJC_CLASS_$_UIAlertAction

I have an app which works fine with iOS sdk 8.3 and Xcode 6. but when i check backward compatibility with iOS sdks 7.1 and 7.1 simulator it fails. App crashes with following error dyld: Symbol not found: _OBJC_CLASS_$_UIAlertAction Referenced from:…
Anjali
  • 1,623
  • 5
  • 30
  • 50
3
votes
2 answers

Passing an object between controller Swift

I have a storyboard which start with a login page. And I have a User class like this class User { // Properties var firmCode : String var firmId : String var userId : String // Default Initializer init() { …
Mehmet
  • 3,301
  • 8
  • 26
  • 36
3
votes
1 answer

automatic download and install of iOS apps

I have a list of ~100 apps that I need to download from the iTunes app store and install on an iOS device or iOS simulator. I'm trying to automate the process for a bunch of different testers. They're not my apps. I don't have the source code. They…
3
votes
2 answers

Warning when presenting UIActivityViewController

When i present an UIActivityController using the code below i get, it is presented but the console shows "Warning: Attempt to present on which is already…
Fabian
  • 13,603
  • 6
  • 31
  • 53
3
votes
6 answers

Xcode 6.3.2 or 6.4beta Localization failed to read a strings file

Yes, I know there are many discussions about this failure. But after checking them out, I think what I have now is different. In here Error while "Export For Localization.." Xcode 6.3, it says the single quote (') should be replaced as (\') in the…
leonard
  • 2,337
  • 4
  • 22
  • 26
3
votes
1 answer

Pods project with App Extension started failing to build

I was working on my app, haven't changed any setting or pod, and I tried to archive a build after about two weeks, and it failed. Then I tried to debug build (normal Cmd+R) and it failed with the error: ld: library not found for…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
3
votes
1 answer

Unified title and toolbar in swift with storyboards without title visibilty

I want unified title toolbar like in calendar app without title. I have tried following- in viewDidLoad I added- self.view.window?.titleVisibility = .Hidden I have selected unified title and toolbar in attribute inspector. I also tried adding…
Abhishek
  • 852
  • 9
  • 24
3
votes
2 answers

WatchKit openParentApplication:reply

I have currently a problem. My wanted behaviour: If I open my WatchKit App, I call "openParentApplication". I receive my wanted data. But if I tested on real devices, it doesnt work since I open the parent app in the iPhone. But when I'm testing in…
TdoubleG
  • 489
  • 1
  • 4
  • 17