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

Trouble with UIAlerts

I have been having some trouble making UIAlerts work. I have looked at a couple SO questions that seem to solve this issue yet I still have a problem. The alert view seems to not be presented. Here is my code: var inputTextField:…
Daniel
  • 3,188
  • 14
  • 34
0
votes
1 answer

Data Transmission and Receivinge using RedPark L2DB9V SDK

I am using Redpark sdk and Serical Cable L2-DB9V for communication between iPhone and MAX 3232 Board using MAX3232 usb to digital converter. So for that purpose I have used demo app provided by RedPark to understand functionality of sdk. Sdk has…
Aadil Ali
  • 351
  • 1
  • 15
0
votes
0 answers

How do I import CommonCrypto in XCode 6.4?

I'm relatively new to Swift and totally unfamiliar with Objective-C. Import CommonCrypto ...does nothing. Is this implemented yet or do I have to do it in some old fashioned Objective-C header way? I'm aware this question was asked a year ago…
Nathan McKaskle
  • 2,926
  • 12
  • 55
  • 93
0
votes
1 answer

Swift dictionary deletes previous data when appending new data

I have a swift dictionary with custom objects and I use it to fill my UITableview. However, when I fill the dictionary, I realize that it deletes previous data when I append a new data to it. The related code blocks like below: var dict =…
saksut
  • 673
  • 1
  • 7
  • 14
0
votes
1 answer

Paging using UIScrollView

I'm trying to display multiple images using a UIScrollView and a page control, think screenshots of apps on the App Store. Yet for some reason, my UIScrollView is not scrolling. I checked, and UISCrollView's contentSize's width is larger than the…
modsoussi
  • 137
  • 11
0
votes
1 answer

Is it possible to run WatchKit app on Actual Apple Watch device?

I am developing a WatchKit App in Xcode 6.4, and I have access to a real Apple Watch. It's possible to debug the WatchKit App on it? Thank You
Chamath Jeevan
  • 5,072
  • 1
  • 24
  • 27
-1
votes
1 answer

Change text of a label in a view from another view inside a container view in Swift

I have a container view which covers the entire initial view controller with a label in the top right corner of the same view i.e. on top of the container view. I need to change the text of a label at times from views inside the container view. The…
user3789185
  • 71
  • 1
  • 9
-1
votes
1 answer

Xcode simulator builds only in one size // for one device

... no matter which device I choose to simulate on. The problem has occured after last update (last week). Every device gives me the same simulator's window /I think I'd be iPhone6Plus/. I will be grateful for any hints how to be able to simulate on…
w.wa
  • 35
  • 6
-1
votes
1 answer

Random Number Generator - Display 1 instead of Zero

In Xcode 7 & swift I have a label which generates a random number between 0 - 50, however when it generates a zero I want it to display number 1 instead. what code do I need to add to do this? label1TextLabel.text =…
Del Hinds
  • 2,887
  • 4
  • 12
  • 12
-1
votes
1 answer

SVN in Xcode can't be used when Xcode is upgraded to 6.4

Why can't I use SVN in Xcode to update and commit my code when I upgrade my Xcode to 6.4?
-2
votes
3 answers

UIAlertview Delegate Method not calling in Child View Controller

I have two controllers VC A -> Parent and VC B -> Child Alert view delegate method i.e func alertView(View: UIAlertView!, clickedButtonAtIndex buttonIndex: Int){} is declared in VC A. When i display alert from VC B delegate method is not called on…
Aabid Khan
  • 27
  • 1
  • 7
-3
votes
1 answer

I can not throw my application

To my misfortune, update my iPhone 6 to version 9.0.1 (13A404) and I could not throw my application from Xcode. XCODE upgrade to the latest version (6.4) is impossible. Any solution to this that someone knows?
NHTorres
  • 1,528
  • 2
  • 21
  • 39
-5
votes
1 answer

app crashes on iOS 9

I am new to iOS. I have created a ipa file using Xcode 6.4, which is working fine on 8.X. but recently we tried it on iPhone 6 with iOS 9, and the app get crashed after splash screen. does anyone faced this problem? crash log Incident Identifier:…
nitish005
  • 106
  • 11
1 2 3 4 5 6 7
8