Top "Xcode5" questions

Xcode 5 is Apple's integrated development environment (IDE).

ERROR ITMS-9000: "Redundant Binary Upload. There already exists a binary upload with build version '1.0' for train '1.0'"

I am trying to upload my build on iTunes Connect via Xcode 5.1.1 but it is continuously showing that it is …

ios xcode5 itunes app-store-connect
Status bar won't disappear

I'm creating an application and I want the status bar hidden. When I test the app, the status bar is …

hidden statusbar ios7 xcode5
UIStatusBarStyle PreferredStatusBarStyle does not work on iOS 7

In my iPhone application built with Xcode 5 for iOS 7 I set UIViewControllerBasedStatusBarAppearance=YES in info.plist, and in my ViewController …

iphone ios7 xcode5 uistatusbar
Error: CUICatalog: Invalid asset name supplied: (null), or invalid scale factor : 2.000000

TableViewApplication[1458:70b] CUICatalog: Invalid asset name supplied: (null), or invalid scale factor: 2.000000 Getting this warning while working with TableViewController. How …

ios objective-c xcode5
Xcode 5: Code signing entitlement errors

I've build a new application which is going to support IOS 7. I got the new XCode 5 GM and tried to …

objective-c xcode macos code-signing xcode5
Status bar appear over my view's bounds in iOS 7

I tried to test my app in iOS 7, and then I find my view appears over the status bar... As …

iphone ios6 ios7 xcode5
Cocoapods setup stuck on pod setup command on terminal

MacBook-Pro:~ skbc$ pod setup --verbose /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecure world …

ios ruby git xcode5 cocoapods
Launch Images in iOS 7 with Xcode 5

I've been setting my own names on launch images for my apps in the Info.plist like with the following …

ios xcode ios7 xcode5
Delete provisioning profile from Xcode 5

I've struggling with this for hours. I have 2 same provisioning profiles I've created and the new profile didn't substitute the …

xcode xcode5
Xcode - symbol(s) not found for architecture x86_64 (iOS Lib)

I am building a static library. The build setting has the Architectures set to: $(ARCHS_STANDARD) which is shown as …

ios xcode5 64-bit static-libraries