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
0
votes
1 answer

Xcode 6.4 - Can't Open Another Device in Simulator

I have built and ran my application on the simulator's iPhone 6 device. Now that I want to run on another device for testing my code and I keep getting the below error. Has something changed in Xcode 6.4 or iOS 8 which requires me to do another step…
0
votes
1 answer

Expected ';' after top level declarator in Core-plot iOS

I have included Core-plot framework into my project using cocoa-pods. The build fails at these locations: typedef NSArray *CPTNumberArray; typedef NSMutableArray *CPTMutableNumberArray; Can't figure out what the error is.
Vikram Parimi
  • 777
  • 6
  • 29
0
votes
1 answer

Xcode testcase : difference in time displayed in log and system time

I'm running test-case on Xcode 6.4. The log for test-case shows different time as compared to time displayed in Mac System. I'm running on Indian Standard Time (IST). Why is this difference?
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
1 answer

Updating to Xcode 7 and keeping 6.4

I have Xcode 6.4 and want to update to Xcode 7. But I want to keep the 6.4 version working and have both as well. Does this work? And if so, how? I am running OS X 10.10.5 if this matters.
user5235479
0
votes
2 answers

How could we implement Voice calling functionality by using WiFi/3G Internet in iOS?

I want to implement voice calling functionality by using WiFi/3G Internet,I am tired implementing it by using. 1)LinPhone Library Download source code from: https://github.com/BelledonneCommunications/linphone-iphone When I run Linphone code it…
Jaywant Khedkar
  • 5,941
  • 2
  • 44
  • 55
0
votes
1 answer

writeToFile fails with error = null

I have an app running in the XCode simulator (v6.4); this is the pertinent code: NSString *documentsPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0]; // read the file back…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
0
votes
2 answers

If I slide the cells I customed, some cells with be confusion,but slide slowly the cells with be normal

Xcode 6.4 IOS 8.4, If I slide the cells I custom, some cells with be confusion,but slide slowly the cells with be normal!I think the reason is the reuse of cell.but I don't know how to solve it! - (void)viewDidLoad { [super viewDidLoad]; …
imokoi
  • 19
  • 5
0
votes
1 answer

iOS App's on Device with xCode6.4 and xCode7 beta

i want add a Comment to these Answer,Test iOS app on device without apple developer program or jailbreak but i don't have 50 comments :( I want to know if is possible that I install xCode7 beta, than go back to xCode6.4 and start from xCode6.4 my…
0
votes
1 answer

Xcode isn't Renaming the application properly

Sorry for the bad pictures. My Xcode project for some reason stopped renaming the actual app correctly the new name doesn't even show up an the app on my test iPhone (actual iPhone 6 plus). I could use some help? its looks like the picture above in…
Hunter
  • 1,321
  • 4
  • 18
  • 34
0
votes
1 answer

How to get iOS 9 version simulator?

I am using latest Xcode Version= 6.4 I tried to list of simulator availability, I am having 7.1,8.1,8.2, 8.3 and 8.4 iOS version. I tried to see, if there is any new version of iOS simulator is available such as iOS 9 version in download simulator.…
selvi
  • 1,271
  • 2
  • 21
  • 41
0
votes
1 answer

unwind or dismiss view controller not working. Xcode 6.4

I've been trying to make my pushed view controller dismiss or go back one once a confirm action has taken place. I read the many posts in stackoverflow on this subject (I've never done it before) e.g: How to perform Unwind segue…
Kitcc
  • 2,138
  • 4
  • 24
  • 42
0
votes
2 answers

View Items are not visible in Main.StoryBoard

Hi this is my first attempt to use xcode(6.4). I face one issue I created some viewContoller with Buttons,label etc. Once i shutdown my PC and start today now all the views are empty not showing anything in Main.StoryBoard. But once i run in…
Amsheer
  • 7,046
  • 8
  • 47
  • 81
0
votes
1 answer

How do apps check for status in background?

Apps like Uber check for the car's status by sending GET requests to Uber's API. I assume Facebook and E-mail apps do the same thing when checking for notifications and new e-mails. How does this work in the background? How do I keep these apps…
Nathan McKaskle
  • 2,926
  • 12
  • 55
  • 93
0
votes
1 answer

Xcode 6.4- Undefined symbols for architecture x86_64:

When using Xcode 6.4 I am getting the following error for an app that used to compile Undefined symbols for architecture x86_64: Attached is the settings I have used to try and fix issue but had no success
Boss Nass
  • 3,384
  • 9
  • 48
  • 90
0
votes
1 answer

How to Load Images from Document Directory in iOS8.3+

iOS8.4 and Xcode6.4,NOTE: database path:/Library/Developer/CoreSimulator/Devices/FD6CE853-5AE2-48DA-A9B1-E69A6BB4F9F8/data/Containers/Data/Application/BED214A4-65E1-4BD8-9908-29E07FD47EBA/Documents/DB/copybox.dbsaving time file…
Vatsal Shukla
  • 1,274
  • 12
  • 25