Questions tagged [xcode5.1]

Xcode 5.1 includes SDKs for OS X 10.9 Mavericks, OS X 10.8 Mountain Lion, and iOS 7.1.

Xcode 5.1 includes SDKs for OS X 10.9 Mavericks, OS X 10.8 Mountain Lion, and iOS 7.1.

  • Adds new Auto Layout constraints inspector with support.
  • Adds Quick Look support in the debugger for custom object types.
  • Improves ability to resolve symbols in Instruments.
  • Updates the iOS standard architecture setting to include 64-bit.
  • Includes additional bug fixes and stability improvements.

You can obtain Xcode in Mac App Store for free.

270 questions
0
votes
1 answer

Update Xcode 5.1.1 GM Seed

I got Update mail regarding Xcode 5.1 to Xcode 5.1.1 GM Seed ( I'm enrolled in Apple Developer Program) That- This is a pre-release update to Xcode 5.1, which you can download from the iOS Dev Center or Mac Dev Center. Please note, this release can…
NextStep
  • 429
  • 5
  • 20
0
votes
1 answer

How to use Retain and Release in IOS Application?

I am working on an iOS application.When i am using flicker API's in my application i am getting semantic issues that i can't use the libraries bcoz os release and retain is used in the library.I am working on XCODE 5.1? Please help me that how can i…
0
votes
0 answers

sprite kit crash'Invalid size specified: {0, 0}'

Currently trying to make a lite version of my game, but i keep getting the following error,"Terminating app due to uncaught exception 'Invalid size specified', reason: 'Invalid size specified: {0, 0}'" I know the problem lies somewhere in…
user3299383
  • 213
  • 5
  • 17
0
votes
1 answer

UISearchBar does not show keyboard on tap (only for Xcode 5.1, iOS 7)

This is my source code [search setFrame:CGRectMake(listView.frame.origin.x, listView.frame.origin.y + 2,215, 52)]; [search setPlaceholder:@"Search"]; search.barTintColor = [UIColor colorWithRed:230/255.0f green:230/255.0f…
Nam Vu
  • 5,669
  • 7
  • 58
  • 90
0
votes
1 answer

How to add revisions to the Xcode version control timeline?

When I launch the Comparison View (View > Version Editor > Show Comparison View), it shows me a timeline of two versions of my git repository: If I tap the clock icon in the center, I can choose exactly which revisions I want to compare. The…
Senseful
  • 86,719
  • 67
  • 308
  • 465
0
votes
1 answer

UITextView in Xcode Interface Builder preview is messed up

So I've seen an annoyance in Xcode 5.1. When adding a TextView i often get into a state where it doesn't display all the text When I double click it to allow me to edit the text I can see it fine. Does anybody know what could be causing this
Jeef
  • 26,861
  • 21
  • 78
  • 156
0
votes
2 answers

Can't Connect IPhone to Xcode 5.1?

I have registered from Apple.com. Previously I have uploaded app also to apple.itunensconnect.com. I just upgrade my mac os & Xcode and trying to connect iPhone. iPhone is connected to system but in Xcode not showing device name i am new to Xcode, I…
Magento Nav
  • 119
  • 9
0
votes
0 answers

Core Data crashing on startup

I managed to break my xcdatamodel file somehow. It shows up in Xcode with three files inside, two of which are red and can't be edited, and a third that has a ? beside it. That file actually exists in the xcdatamodel bundle, the two red ones do…
Maury Markowitz
  • 9,082
  • 11
  • 46
  • 98
0
votes
1 answer

Lightweight Migration, how to set the version?

I ran into my first Core Data versioning problem - learn something every day! Following instructions found here, I made a new version of the model, added the code for lightweight migration, and then went to set the active version… Uhhh, where do you…
Maury Markowitz
  • 9,082
  • 11
  • 46
  • 98
0
votes
1 answer

CorePlot support for arm64?

In Core-plot 1.4, I can use the pre-built Binaries/iOS/libCorePlot-CocoaTouch.a library in my iOS app, but only if I delete "arm64" as a valid architecture in BuildSettings/ValidArchitecture script. Can I rebuild this library to include arm64 using…
0
votes
1 answer

Undefined symbols for architecture armv7s: iPhoneExtAudioFileConvertTest

I need to convert my audio files in to PCM and i am using iPhoneExtAudioFileConvertTest sample project for that. I have copied and pasted all the files from that project to my project which i have need. Changed the extensions of .cpp to .mm.…
sajjoo
  • 6,576
  • 20
  • 65
  • 86
0
votes
1 answer

UIView Subclass in Xcode version 5.1

I am looking to create a subclass for my TableViewController but when I go on the menu bar to create new file then a subclass the option to create it is not there. Can somebody explain to me why this is the case please?
0
votes
1 answer

Core Audio SDK, Xcode 5.1

I've been trying to figure out how to implement Core Audio development kit into the current version of Xcode but have had no luck. I can't find where to download the SDK or where it would be located inside Xcode. The tutorial that apple offers only…
0
votes
1 answer

How to crop the four corners of the image like rounded rectangle(vertical) after merge the two images?

I am struggling with cropping the image corners. I want to merge two images with different shapes like one is with square shape and another one is with vertical rounded rectangle shape. I merged the two images and blend them one on another. But I…
0
votes
1 answer

In Xcode, when compiling c++, where does the file stream output the file?

I know that in VS2012, the fout thing is saved in the same folder as the source.cpp file, but I cannot find the file in mac using Xcode. Let me be clear: int main() { ofstream fout; fout.open("MyFile.txt"); fout << "Where am…
1 2 3
17
18