Questions tagged [xcode6.3]

Related to the specific version of the Apple's IDE, Xcode 6.3. It was released on April 8, 2015.

Version 6.3 of Apple's Xcode IDE.

238 questions
2
votes
1 answer

Loading xib with device modifier broken in Xcode 6.3 iOS 8.3 iPhone 6+

2015-04-08 22:15:24.756 WSL[391:43257] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle…
bdalziel
  • 2,005
  • 3
  • 17
  • 32
2
votes
1 answer

Xcode 6.3 beta - Your executable contains unsupported architecture '[armv7k]'

I'm updating my existing app to include support for Apple Watch (at this stage just handling of notifications), however when I archive my app and try to submit it to the app store for review I continually get this error. I've tried playing around…
user843337
1
vote
1 answer

Google Analytics sdk creates issue in Xcode 6.3

I am using Google Analytics (version 3.15) for iOS app. my app also supports iOS 7 devices. So whenever I am trying to build the app using xcode 6.3 I am gettinbg below kind of errors, /Volumes/Projects/Projects/inMyDIARY…
Parth Pandya
  • 1,460
  • 3
  • 18
  • 34
1
vote
1 answer

iphone_os_version_max_allowed >= 90000 returns false in Xcode 6.3.1

I am developing an application using Google drive sdk, in Xcode 5 its working fine, but now I open it in xcode6 and write this code for Safariviewcontroller NSURL *URL = [NSURL URLWithString:@"https://accounts.google.com/SignUp"]; #if…
SAMIR RATHOD
  • 3,512
  • 1
  • 20
  • 45
1
vote
1 answer

iOS 8 after hiding tab bar - reuse this space to display a text box

I can hide the tab bar programmatically. The view underneath is a scrollview displaying content. When I scroll up/down I can see the white space at the bottom where the tab bar used to be. My content is not able to use that space. I want to display…
Curious101
  • 1,538
  • 2
  • 18
  • 36
1
vote
1 answer

Xcode 6.3 shows inconsistent errors

I just downloaded Xcode 6.3 and started fixing errors, caused by the change to Swift 1.2. My problem is that Xcode shows errors in an inconsistent way. I get some errors more often than others and some of them just disappear for ages, before…
1
vote
2 answers

Xcode Autocomplete Member From Class Extension

Autocomplete isn't working for me when accessing members from a class extension in Xcode (6.3.2). I made a UIColor extension, and I am accessing them via UIColor().sampleExtendedColorName(), and it does not show up while I'm typing. Autocomplete…
haitham
  • 3,398
  • 6
  • 21
  • 35
1
vote
2 answers

Unable to run Xcode 6.3.2 on 10.11 Beta 2

I installed the second Beta of 10.11 and Xcode 6.3.2 has stopped running. The error is: In order to open "Xcode", you need to update to the latest version. The version of Xcode installed on this Mac is not compatible with OS X El Capitan. You have…
Ankit Jain
  • 1,858
  • 22
  • 35
1
vote
1 answer

No Class/Struct Autocomplete in Swift

I currently have two structs and a class in my sample code. One struct is for Tiger, one is for Balloon and on is for Lion. Each are below: struct Tiger { var name = "" var age = 0 var breed = "" var image = UIImage(named: "") …
jaysoncopes
  • 805
  • 3
  • 13
  • 26
1
vote
0 answers

Xcode runs my iPhone 6 app as iPhone 4 size on iPad device

My app is built for iOS 8.3 and runs on different screen sizes. I laid everything out to fit iPhone 6 correctly. When running my app on iPad device the app is in letterbox iPhone 4 size screen, How can I get it to be iPhone 6 size inside the iPad…
1
vote
0 answers

Xcode plugins and simulators disappeared after updating IDE

I use Xcode for iOS Development. I had Alcatraz plugin and some another formatting plugins installed on my Xcode 6.1. After updating IDE to 6.3 they are disappeared. Also I've got new simulators iOS 8.3 but I want still use iOS 8.1, 8.0 and even…
ssivak
  • 21
  • 4
1
vote
1 answer

Difference between a connection failed or no response in an https connection in iPhone

We have used NSURLConnection for establishing the connection with the server. Can we differentiate between a connection failed or no response received from the server in an https connection in iOS 8(Xcode 6.3)? If yes, then please help us with this.
Amit Raj
  • 1,358
  • 3
  • 22
  • 47
1
vote
0 answers

Play custom sound for push notification from audio file url

I want to send custom sound in push notification, the problem is that I won't be having file in bundle or documents directory, the url of the audio file will be coming with push notification. Is it possible to play sound from that url when the push…
1
vote
2 answers

Table view issues in swift iOS

I am trying to create a table view in which it has list of dishes with sections and when we select a row it should go to new table view which consist list of popular restaurants which serves that specific food. I have created the table view with…
Karlos
  • 1,653
  • 18
  • 36
1
vote
1 answer

Xcode 6.3 freezes when I quit the Main.storyboard

I'm experiencing a very strange error: my Xcode is freezing when I quit a certain storyboard of a certain project. When i open Xcode, the xib shows up normally, I can even edit it and save it. But when I'm trying to open another file, any other…
Martin
  • 11,881
  • 6
  • 64
  • 110