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
2 answers

XCode 5 and XCode 5.1 side by side

I have some apps on app store that support iOS 5 and above. XCode 5.1 doesn't support iOS 5 any more. Can i have both, xcode 5 and xcode 5.1 side by side? I m aware the fact that the update from xcode 5 to 5.1 is not a .dmg and just a simple update…
gran33
  • 12,421
  • 9
  • 48
  • 76
0
votes
0 answers

Xcode 5.1 crashes when I try and use SDL

Updated Xcode recently to 5.1 and SDL just does not work! Please watch the video so that you may understand. https://www.youtube.com/watch?v=6epZLlSrr5c
0
votes
1 answer

Xcode 5 - Icon pre-rendered effect not working

In this project Icon assets catalog not used. I set glow included. But still displayed glow. Here is plist screenshot: Here is Game Icon from AppStore: http://is.gd/Uvuipq How can I fix Icon glare? Its not required. Searched in stackoverflow, Here…
iPhoneProcessor
  • 4,980
  • 6
  • 27
  • 49
0
votes
0 answers

How to replace ViewController.xib with a new made Storyboard

Can somebody tell me how to replace my ViewController.xib with a newly created storyboard. My project doesn't have a storyboard, it starts from ViewController.xib.
Anish688
  • 81
  • 11
0
votes
3 answers

What is this "Redefinition of 'group'" error?

I added two files to a Xcode 5.1 vanilla single view project: table.h struct group { int size; }; table.c #include "table.h" and got this error: Semantic issue table.h:2:8: Redefinition of 'group' "Previous definition" is: iOS 7.1 >…
ohho
  • 50,879
  • 75
  • 256
  • 383
0
votes
1 answer

Installing GCC 4.8 with Xcode 5.1

Yesterday i've installed the update 5.1 for Xcode and after reinstalling the gcc 4.8 using the method here (which work with X5.0) don't work anymore. Have you any solution ?
0
votes
1 answer

Some setting not in XCode 5.1 Build Settings

See the screenshot above, I was looking for Code Signing section, but missing when I create a New project from XCode 5.1 (project created by XCode 5.0 still can see that section) Is there anyway to bring out that section?
Js Lim
  • 3,625
  • 6
  • 42
  • 80
0
votes
1 answer

xCode 5.1 CopyPNGFile Error

Since I installed XCode 5.1 today I get a CopyPNGFile Error for every image that is located in a folder where I did not create a folder reference. So when I add a folder with images and create a folder reference for it and dont select the option…
Philipp Otto
  • 4,061
  • 2
  • 32
  • 49
-1
votes
1 answer

Navigate between UIViewControllers and UISplitViewController

I have two UIViewControllers and a UISplitViewController. I am adding UISplitViewController as root on 2nd UIViewController. Here is my code: [splitViewController setViewControllers:[NSArray arrayWithObjects:rootNav, detailNavigate, nil]]; …
Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
-1
votes
2 answers

xCode 5.1 cannot select @2x images in storyboard for image views and buttons

I've ran into an issue with xCode Version 5.1.1 (5B1008). For some reason, the storyboard drop downs refuse to show @2x.png images for image views and buttons. If I paste the full image name, like 06-magnify@2x.png I get a blue not found question…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
-1
votes
1 answer

TableView always nil

I have a weird problem with my TableView which is always set to nil. I'll explain more: This is my storyboard: In my BuddyListViewController.m file I instantiate my ChatViewController : - (void)tableView:(UITableView *)tableView…
Ali
  • 647
  • 2
  • 10
  • 28
-1
votes
1 answer

Error while changing label

- (IBAction)B1:(id)sender { LastView *New; New.Connection1=@"Salut"; } LastView is my class to a viewcontroller that has a label T1. B1 is my button in another ViewController. I have declared in Lastview that T1.text=Connection1; but…
-1
votes
1 answer

Getting issue while uploading ipa in App store using application loader

I am getting some issue like attached in screen shots. I dont know why its coming as i have given the bundle name valid for both provisional profile and to my application in xcode.
swati srivastav
  • 635
  • 4
  • 15
-1
votes
1 answer

Terminating App Due to Uncaught Exception. "nil string parameter"

My app was working fine this morning. I updated to Xcode 5.1 and when I run my app, it crashes when I hit play. My app has a modal button that leads to another view controller. The first view controller is the main screen. I start the app, press the…
mlacava
  • 5
  • 1
  • 4
-3
votes
1 answer

Where do I place code allowing for more lines on UILabel?

I want to add a second line to my UILabel but I have no idea where to put the code and I am stuck without it. #import @interface ViewController : UIViewController{ IBOutlet UITextField *TramNumber; IBOutlet UILabel *Tramresult; } -…
needshelp
  • 595
  • 1
  • 6
  • 25
1 2 3
17
18