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.
Questions tagged [xcode6.4]
118 questions
1
vote
1 answer
Xcode 6.4 not showing local variable while debugging
When I debug my code I'm NOT getting block variables in the variables view.
It's strange but I'm not getting the reason behind it. You can check it in the screenshot. I have tried by changing the mode to "auto" or "local variable" or "All…

Shardul
- 4,266
- 3
- 32
- 50
1
vote
3 answers
UITableViewCell images are resized when scrolling
I used HanekeSwift to set the images in my UITableViewCell in cellForRowAtIndexPath. My code below works but the images are resized when I start scrolling through the list. How can I prevent the images from resizing?
//Load pet image
var petImage :…

Esthon Wood
- 315
- 3
- 19
1
vote
1 answer
Getting custom class property from contact.bodyA.node
I am developing an IOS game and I am having some issue with didBeginContact().
I am trying to get a .difference property from one of my custom classes, "FullBarClass". Here is some code:
func didBeginContact(contact: SKPhysicsContact) {
var a:…

Daniel
- 3,188
- 14
- 34
1
vote
0 answers
Suppress Xcode adding a new XCTest to every single defined test scheme
I'd like to have Xcode stop adding new unit XCTest unit tests to every test scheme I have defined in my project (workspace). I'm doubtful we have this level of control, but I had to ask:
Has anyone found a way to do this?
If you have a lot of tests…

idStar
- 10,674
- 9
- 54
- 57
0
votes
0 answers
Unable to display value of M_PI on UILabel swift
I am following a course CS 193P iPhone Application Development - Stanford University. In Lecture 1 of the tutorial the Same code snippet does not show any error.
I am trying to display the value of M_PI on UILabel in swift for a Calculator…

DEVESH JHA
- 19
- 5
0
votes
1 answer
OS X - 10.10.4 ld: symbol(s) not found for architecture x86_64
I am installing NS2 2.35 in my macbook having OS X 10.10.4. The Xcode which i have install is Xcode 6.4. While installing I am getting following error:
ld: symbol (s) not found for architecture x86_64
clang: error: linker command failed with exit…

Ankita Desai
- 3
- 1
- 4
0
votes
1 answer
Comet Chat SDK integration compile time error
I am implementing comet chat SDK for ios. But unable to compile. It shows clang error.
clang: error: unable to execute command: Segmentation fault: 11
clang: error: linker command failed due to signal (use -v to see invocation)
My xCode version is…

Prince Kumar Sharma
- 12,591
- 4
- 59
- 90
0
votes
3 answers
Integrate Linphone for iPhone
I want to implement Linphone into my project but i'm stuck in between and I don't know where to go now.
What I've done is downloaded linphone-iphone-master sdk
masterhttps://github.com/BelledonneCommunications/linphone-iphone
and then this…

Neeraj Joshi
- 721
- 9
- 26
0
votes
2 answers
iOS Simulator recreates sql database/table
I'm using XCode 6.4 and iOS Si,mulator iPhone 6. Every run of my app database or table is recreated so i lost all previously inserted data. I have 1 database with 1 table inside. Database file is located in Supporing Files directory of the project.…

Евгений Кравцов
- 1,203
- 1
- 14
- 30
0
votes
2 answers
How to run swift 1.2 code on an iOS 9.1 device?
I'm trying to make an app in Swift 1.2. Obviously, Swift 2.0 introduced a lot of changes but before I migrate the whole project over, I would like to be able to test it while being still on 1.2.
But my iPhone is now running iOS9.1 and my Xcode 6.4…

d35kk
- 11
0
votes
2 answers
Could not build module UIKIT in Xcode 6.4 and Xcode 7
I am recently open one of my old project and trying to run/build in XCODE 6.4 and as well as XCODE 7.0. But showing One error that "Could not build module 'UIKit' "
even shows below error that could not build module CoreImage.h file and coreVideo.h…

Meera
- 309
- 2
- 14
0
votes
3 answers
Xcode 6.4 iOS device/Simulator and Scheme option disappear in OS X El capitan
I've update Mac from OS X Yosemite 10.10.4 to OS X El Capitan 10.11.1 recently. After OS update the iOS device/Simulator list and Scheme option that appears right next to build/run option disappeared completely. I'm using Xcode 6.4.
I've found…

Jayprakash Dubey
- 35,723
- 18
- 170
- 177
0
votes
1 answer
Xcode 6.4 When I Try To Add New Folder It Appears In Blue Color. I want Default Yellow
I am Using Xcode 6.4 When I try to add a new folder in my Project
Right Click ViewControllers -> Add Files to-> New Folder
it appears in blue color, instead of the default yellow color. How can I Get Folder In Default Color also Explain me…

Hitesh Boricha
- 114
- 1
- 11
0
votes
1 answer
Why is my iOS 9 iPhone showing as ineligible device in Xcode 6.4?
When I attach my iPhone 5, Xcode is showing it as ineligible device. My Xcode is 6.4 and iOS is 9.0.2. How can I solve that issue? I am new to Xcode and iOS development.
Device List

Nay
- 677
- 1
- 8
- 14
0
votes
1 answer
Video in SKVideoNode works fine in Xcode simulator, won't play on most devices
I'm developing an app for Swift and Sprite Kit (xCode 6.4, currently building for iOS 8.4). I'm using SKVideoNode in conjunction with AVPlayer to play a full-screen video. The code follows:
let path =…

Paul Mariz
- 1
- 1