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
4
votes
3 answers

iTunesConnect Update app strange error

I am just trying to update the old version with the new one. I am using the latest version of Xcode (version 6.4) and I validate my app bundle before submitting the app.I submit it from Xcode to iTunes Connect. After all the setup, when I clicked on…
Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144
3
votes
4 answers

iOS XCode: How to load a value from a user-defined setting from build settings at run time

I've got the following constant in the code: static NSString* const MyUrl = @"www.myurl.com"; Is it possible at all to create a user-defined setting and assign a value which can replace the value of MyUrl const at run time or during archive? My…
user1309226
  • 739
  • 1
  • 10
  • 31
3
votes
1 answer

Xcode 7 does it support iOS 8.0 simulator?

I have a problem with Xcode 7. I can't install iOS 8.0 simulator. It is not an option for download. I can download alone iOS 8.1 to 9.0 simulator and I need to test the app in 8.0 version. How can I make this? Also I installed Xcode 6.4 but I can't…
corocraft
  • 150
  • 3
  • 13
3
votes
2 answers

After updating to iOS 9 my device is not supported by Xcode 6.4

The iOS 9 (my device iOS) update is not supported by Xcode 6.4 for testing purposes. Is there a way to connect my device to Xcode for testing? It is showing me these messages: iPhone may be running a version of iOS that is not supported by this…
Ferrakkem Bhuiyan
  • 2,741
  • 2
  • 22
  • 38
3
votes
1 answer

reading from .plist always returns nil

All of my attempts to read from a plist have resulted in a nil value returned, I've tried this in several ways on both Xcode 6 & Xcode beta 7. Also, there are quite a few similar questions on stack, I've tried many of them, but none of them resolve…
Dan Beaulieu
  • 19,406
  • 19
  • 101
  • 135
3
votes
0 answers

"Your account already has a valid iOS distribution certificate” Xcode 6.4?

Error: You have a valid iOS Distribution certificate in the Member Center. but it is not installed locally. If your signing identity is installed on another Mac. you can export a developer profile on that Mac and import it on this Mac. You…
iBhavin
  • 1,261
  • 15
  • 30
3
votes
3 answers

Why my Modally Presented UIVisualEffect View is done in dark grey?

I am trying to to use UIVisualEffectView on my modally presented view which gonna be sign in view for user.I really dont know what is going on with UIVisualEffectView.When the modal animation appear,it work fine.But,when the animation was done,the…
Thiha Aung
  • 5,036
  • 8
  • 36
  • 79
2
votes
3 answers

Row Height of UITableView Custom Cell doesn't update, Swift iOS8

I have created a UITableView Custom Cell in the Storyboard in Xcode 6.4 in iOS 8. When I change the row height in the Size Inspector enter image description here of the Storyboard nothing happens to the custom cells of my UITableView in the App.
Philipp Januskovecz
  • 868
  • 5
  • 14
  • 25
2
votes
1 answer

Swift : Pressing ENTER creates duplicate code in Xcode 6.4

I'm working with Swift using Xcode 6.4. Whenever enter/return key is pressed (also occurs on press of tab key) the code below gets duplicated. I've tried by deleting duplicated code, adjusting space/tabs but none worked. Why is this happening?…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
2
votes
2 answers

Issue with Google Places Current Place not working in XCode 6.4

I am developing an iOS app with Xcode 6.4, Swift version 1.2. I am trying to use Google Places API's functionality Current Place in my app, in order to get the list of places close to the user, then display them in a tableView. In order to guess the…
Charles Panel
  • 255
  • 2
  • 10
2
votes
3 answers

Launch Screen illegal Configuration XCode 6.4

I have been trying to fix the compilation issues for the open source project https://github.com/gontovnik/DGRunkeeperSwitch with XCode6.4. I seem to have fixed all the issues but unsure of how to fix the following…
learn_develop
  • 1,735
  • 4
  • 15
  • 33
2
votes
0 answers

How to communicate and track the external bluetooth device state to iOS 8.4 application?

I am working on VOIP application. I am using Xcode 6.4 with iOS 8.4 SDK. My requirement is once call established in my application, i need to track whether external bluetooth is connected or not with my iPhone device as well as with my app. I need…
2
votes
1 answer

Reusable UILabel styles in Swift, Xcode 6.4

Is there an easier way of styling UILabels than making custom classes that override UILabel. Currently I have need of a bunch of styles with different font sizes and text colors.
user1354603
  • 4,034
  • 4
  • 31
  • 43
2
votes
0 answers

Change I change Xcode status line to something other than "custom build script"?

A few of our build scripts take a while. It would be nice if we could update the Xcode build status line from within the script to something other than "Running X of Y custom shell scripts": Can this be done?
a paid nerd
  • 30,702
  • 30
  • 134
  • 179
2
votes
0 answers

Xcode shows wrong simulator's name

I installed Xcode 7 beta 5 and when switch back to Xcode 6.4 I see this: How to fix it?
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86