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

Core Data exception thrown when adding object with relationship

I have been dealing with Core Data for weeks, and have not been able to solve several issues. It is a simple project, where I have 2 entities, with several attributes each. They have a one-to-many relationship, as there are several task lists. I was…
gabrielbaca
  • 123
  • 1
  • 2
  • 10
0
votes
1 answer

how to adjust the space using auto layouts?

I am new to auto layout, I am using auto layout in my project. By using auto layout I cannot adjust the space between each element. Please look at my xib. I have designed a screen in 3.5 inch screen but auto layout are not adjust in 4 inch screen. …
Thukaram
  • 1,085
  • 2
  • 13
  • 33
0
votes
2 answers

use CocoaPods install ZBarSDK (1.3.1) error

User CocoaPods install ZBarSDK have error error : directory not found for option '-L/Users/Tank/Desktop/人宇數位科技/MetroNews/MetroNews/ZBarSDK' I need help. I need scanning QRCode in iOS 6.0 and later. I need armv7s because i install AFNetworking .it…
user3059729
  • 57
  • 1
  • 9
0
votes
4 answers

Load different viewcontroller in Xcode5

I am working over a simple application for iOS in Xcode 5.1.1. I am a newbie in Xcode and Objective-C, so I have a little problem. This is what I have: Idea of my application is very simple - when user launch application first time, he see…
Evgeny
  • 95
  • 6
0
votes
1 answer

Application built with Xcode 5 - submission to app store

I have created an application using Xcode 5 IDE, and it is ready to be submitted to the App Store , is there any possibility that apple would reject it if it's not built with Xcode 5.1 IDE ? I didn't yet install it. Is there any official memo saying…
Elias Rahme
  • 2,226
  • 3
  • 28
  • 53
0
votes
1 answer

Xcode 5 showing "splash screen missing" even if it is present in the project bundle

I have added 7 splash screens (3 for iPhone and 4 for iPad) in total into Xcode project. To be more clear, I have added below splash screens into the Xcode Resources --> splash folder.…
Rashmi Ranjan mallick
  • 6,390
  • 8
  • 42
  • 59
0
votes
3 answers

"clang: error: unknown argument" with Google Analytics

After updating to Xcode 5.1, I am having a compile time fatal error on my project that I am not fully understanding. clang: error: unknown argument: '-force_load GoogleAnalyticsServices' [-Wunused-command-line-argument-hard-error-in-future] Is this…
JoeCortopassi
  • 5,083
  • 7
  • 37
  • 65
0
votes
3 answers

UIActivityIndicator not working

I have View with TableView, I want to show activity indicator when I do something but he don't show, I found this code: UIActivityIndicatorView *activityView = [[UIActivityIndicatorView alloc]…
Never_be
  • 839
  • 2
  • 10
  • 20
0
votes
1 answer

UITextView contents not being localized

I have an iPad app (XCode 5.1, iOS 7.0, ARC, Storyboards). I have a UITextView in one of my UIViews. If I put text in the UITextView, it won't localize (at least that's been my experience). So, I did the following, placing this code in the…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
0
votes
0 answers

Xcode 5.1 crash when changing the simulator

Xcode 5.1 has been a pain in the ass ever since I installed it. When I change the simulator in Xcode 5.1, it just crashes. No error messages whatsoever. I removed it and re-installed it but the problem still persists. Has anyone experienced this? Is…
Isuru
  • 30,617
  • 60
  • 187
  • 303
0
votes
0 answers

Xcode quits everytime I click on built & run in VMWare WorkStation 9

When I open Xcode everything works fine, even I can edit the files and do everything and there is no problem in Mac OS X 10.9 itself because all the applications works fine. But when I want to run the application in Xcode. Xcode quits unexpectedly…
obaid
  • 892
  • 11
  • 25
0
votes
0 answers

The direct subview with height 0.5 point of a UIViewController's root view is not displayed in iOS 6.1

Some more details, I am using storyboard(xcode 5.1), the view with height 0.5 point is fine with iOS 7.1. Please pay your attention, the view is the direct subview of the UIViewController's root view. When you put the view into a subview of the root…
Danyun Liu
  • 3,072
  • 24
  • 22
0
votes
0 answers

How can I change the max iOS version supported by Xcode by updating a config file?

So, Apple released it's iOS 7.1 recently and I stupidly updated it and now I am forced to upgrade my Xcode from 5.0 to 5.1 . I have a release coming soon and some of the libraries are not directly compatible with Xcode 5.1 . So I am planning to use…
rahulg
  • 2,183
  • 3
  • 33
  • 47
0
votes
1 answer

How to change UIViewController Orientation to UIInterfaceOrientationLandscapeLeft for one view in iOS7

I've tried the following methods to force landscape on one of my views: - (NSUInteger)supportedInterfaceOrientations { return UIInterfaceOrientationMaskLandscape; } - (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation { return…
sai
  • 479
  • 10
  • 30
0
votes
1 answer

Core data - countforfetch always returns 1 for empty database

I have seen this link where countforfetch is always 1. But doesn't give the solution. When i do a fetch request as given in the link it gives me the data i was about to save every time. So since its already present it wont re-save. So the database…
Sharanya K M
  • 1,805
  • 4
  • 23
  • 44