Questions tagged [xcode6.4]

Related to the specific version of the Apple's IDE, Xcode 6.4. It was released on June 30, 2015. This tag should be used for questions about this specific version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, or [cocoa-touch] for iOS (formerly iPhone OS) programming questions.

118 questions
2
votes
3 answers

Xcode stops responding after tapping on .Storyboard file

Okay, so I'm trying to work on my app here and I'm trying to go to my Storyboard. Everytime I tap on the .Storyboard file, Xcode says "Application is not responding" and it quits. This issue just started happening last night(after installing OS X El…
Amit Kalra
  • 4,085
  • 6
  • 28
  • 44
2
votes
0 answers

EXC_BAD_ACCESS after glDrawArrays() call only on 32-bit iPads and only under Xcode 6.4

I have a rather difficult to trace problem with memory management that is related to OpenGL code. I am 99% certain the problem is a memory leak, but am finding the exact problem difficult to trace. The following code snippet shows the call to…
2
votes
0 answers

How to support iOS 7 with XCode 6.4 iOS 8.4 SDK?

My deployment target is 6.0, after installation is it greying out app icon on iOS 7 and below devices. Build installs fine on iOS 8 devices. Thanks, VP
1
vote
1 answer

duplicate symbols for architecture x86_64 xcode linking error swift

"Xcode 6.4 linking error while build project".i am using google analytics framework. Someone suggests the solution of this problem
Mughees
  • 607
  • 1
  • 6
  • 15
1
vote
1 answer

Verifying Xcode 7.1 launcher appears for long time

I've update Mac OS from OS X Yosemite 10.10.4 to OS X El Capitan 10.11.1. Earlier I had Xcode 6.4 and now I have downloaded Xcode 7.1. After installing Xcode 7.1 successfully in application I'm getting Verifying Xcode 7.1... launcher when Xcode7 is…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
1
vote
1 answer

Can't download iOS 7.1 Simulator on Xcode 6.4 on El Capitan

Is it possible to download iOS 7.1 Simulator on Xcode 6.4 on El Capitan, I see strange error: Could not download and install iOS 7.1 Simulator. The request timed out. Network Diagnostics can help you solve network connection problems.
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86
1
vote
1 answer

How do switch to another view after dismissing UIImagePickerController in Swift?

I am trying to take a photo, resize it and then tap "Use Photo" and switch over to a new view that displays both, the original image and edited image. My trouble is having the new view display after tapping "Use Photo". With my current code, I can…
Junior
  • 71
  • 1
  • 2
  • 10
1
vote
1 answer

Unable to Build Core-plot with Xcode 6.4

Please check the attached image I have no clue what this error means. NOTE: I have added core-plot into my project using cocoa-pods.
Vikram Parimi
  • 777
  • 6
  • 29
1
vote
0 answers

Xcode 7 update completes but Xcode 6.4 remains

I updated my Xcode to 7 but when I open it , it shows me the Xcode 6.4. I also tried to restart my system and also moving my Xcode (both) to trash but it didn't work. Can someone tell me why?
Sachin Nautiyal
  • 568
  • 4
  • 15
1
vote
6 answers

How to blink an object continuously till the app gets killed?

In my storyboard,I have a button which i want to blink it for infinite times till the program gets killed.Here is what I have done so far,This code makes the button to animate only once. @IBOutlet weak var blinker: UIButton! func Blink(){ …
Legolas
  • 805
  • 1
  • 11
  • 24
1
vote
1 answer

Drawing UIImageView bounds programatically upon initial View Controller's instantiation

I have a UIImageView in a .xib file that needs to have its size changed when the user selects a Collection View cell. The .xib file is loaded into the view controller and has an IBOutlet connecting the two. The current method I have worked well with…
sl0anage
  • 97
  • 10
1
vote
1 answer

Whats the meaning of the "build&run" button's arrow?

Out of curiosity, when you open xCode and you want to run your app, you must to click "Play" button: But when you hover this section, a little arrow appears (downright) Does anybody know the meaning of that element, I thought it was a hidden…
mryuso92
  • 267
  • 4
  • 21
1
vote
0 answers

custom class not getting assigned to view controller

I have following view controllers in my storyboard I have created two custom class, which are RegisterViewController.swift and SignInViewController.swift, when I select my RegisterViewController in storyboard, I can see RegisterViewController.swift…
Sid
  • 5,693
  • 3
  • 33
  • 50
1
vote
1 answer

Lock UIToolbar to Top of UITableViewController

There are many questions like mine both in Objective-c and Swift that ask how to lock a UIToolbar to the top of a UITableViewController, and I will add to that list. However, my question is unanswered by the others. I need to lock it to the top of…
Daniel
  • 3,188
  • 14
  • 34
1
vote
1 answer

I just deleted my Images.xcassets folder from my Xcode project

I added a image template or something like that to my Images.xcassets folder. I didn't want it so I tried to delete it and ended up deleting the whole file with the all references by accident. How do I fix it? I tried to do what was suggested in…
Caleb Kleveter
  • 11,170
  • 8
  • 62
  • 92