Questions tagged [xcode4.5]

Xcode 4.5 is the Sep. 19, 2012 release of Apple's integrated development environment (IDE) for Mac OS X and iOS. This tag should only be used for questions about this specific version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, or [cocoa-touch] for iOS (formerly iPhone OS) programming questions.

Xcode 4.5 is the Sep. 19, 2012 release of Apple's integrated development environment (IDE) for Mac OS X and iOS.

This tag should only be used for questions about this specific version of Xcode, and not for general Mac or iOS programming topics. Use for Mac programming questions, or for iOS for general programming-related questions. Also, avoid adding the Xcode tag if your question would stay the same if you would use any other editor for writing your program code.

Changed Features for September 19, 2012

  • Includes iOS SDK: iOS 6 (incl. support for the 4-inch Retina Display on iPhone 5 and iPod touch 5th generation, and added auto-layout support for iOS)
  • Includes Mac SDK: OS X Mountain Lion 10.8
  • New Localization Workflow
  • Updated some minor Objective-C syntax
  • OpenGL Debugger
  • Enhanced for Mac Retina
  • Bug Fixes

Bug Fix Releases:

  • Xcode 4.5.1, released on October 3, 2012, shipped bug fixes and stability improvements.
  • Xcode 4.5.2, released shortly afterward, added support for iPad Mini and iPad with Retina Display, and bug fixes and stability improvements.

See for more information.

1650 questions
17
votes
4 answers

Run release build of iOS app on development device

When I build my iPad app for running on my development iPad, it only builds the debug version. I need to see how fast the real release version is; how do I do this? I'm used to Visual Studio's Debug/Release builds, so this…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
17
votes
12 answers

My iOS device not appearing in xcode device list, showing in organizer

I m having xcode 4.5, I have connected my iTouch(registered in developer program) to Mac Machine. It is appearing in Organizer's Device list. But, it is not appearing in xcode's device list(where simulators are) in one of my project. It is also…
Mehul Thakkar
  • 12,440
  • 10
  • 52
  • 81
17
votes
3 answers

How do I use the Linea-Pro SDK for IOS?

Does anyone know of or have a manual on how to script in xcode with the linea-pro. I have hunted the web and asked Infinite Peripherals for help but no reply. I found a ".a" and ".h" file that look like they have all the delegations etc but i have…
Chris Pateman
  • 519
  • 1
  • 5
  • 16
17
votes
1 answer

instantiateViewControllerWithIdentifier, but where is the identifier in xCode 4.5?

I have a UITableView with book titles. I also have a view (AddAndEditBookViewController) to enter info about the books. When I click "+" on the table's navigation bar I want to open my AddAndEditBookViewController. I know how to do it if I create…
fiacobelli
  • 1,960
  • 5
  • 24
  • 31
17
votes
7 answers

OpenCV.Framework does not compile for the armv7s architecture

I am working on an iphone application using openCV framework. Everything was working fine. however lately with the release of iOS 6 and XCode 4.5 I was migrating my project to XCode 4.5 When building I encountered this error: ld: file is universal…
Y2theZ
  • 10,162
  • 38
  • 131
  • 200
16
votes
4 answers

Is it worth adding the armv7s slice on iOS6?

So I know that armv7s is optimised for the iPhone 5, and adding it will make my code run a little bit faster on that device. Does anyone know just what the difference is? Are there any benchmarks, etc? The tradeoff is the app size. My estimated app…
William Denniss
  • 16,089
  • 7
  • 81
  • 124
16
votes
8 answers

iOS 5 SDK is gone after upgrade to Xcode 4.5

I upgraded Xcode to version 4.5. Now all of the preferences are reset back to factory settings - editor fonts, colors, etc - but this is not my biggest concern. It seems the iOS SDK 5.1 I was targeting is now gone. In project's build settings I can…
Vladimir Grigorov
  • 10,903
  • 8
  • 60
  • 70
15
votes
5 answers

how to set iphone tab bar icon by custom images using story board

I am newbie to iphone development,I need to put a custom image icon in the tab bar .But it showing only the default colour(Black&blue) .Help me to overcome from this bug friends...?
MohanRaj S
  • 1,958
  • 4
  • 30
  • 54
15
votes
5 answers

iOS - Push viewController from code and storyboard

I have this code PlaceViewController *newView = [self.storyboard instantiateViewControllerWithIdentifier:@"PlaceView"]; [self presentViewController:newView animated:YES completion:nil]; And I can change view, but I would push this view for when I…
Xose
  • 544
  • 1
  • 4
  • 12
14
votes
2 answers

can i change my iOS deployment target to 5.0 on xcode 4.5?

I developed iPhone app using base SDKs as 6.0 and deployment target as 6.0 Now i want to change my deployment target to 5.0 instead of 6.0 is it possible to change ? I have used feature of autolayout in xcode 4.5 and I have one doubt: I have heard…
Krunal
  • 6,440
  • 21
  • 91
  • 155
14
votes
3 answers

OCR: Image to text?

Before mark as copy or repeat question, please read the whole question first. I am able to do at pressent is as below: To get image and crop the desired part for OCR. Process the image using tesseract and leptonica. When the applied document is…
The iOSDev
  • 5,237
  • 7
  • 41
  • 78
14
votes
2 answers

xcode 4.5.1. Header Search path not working, file not found

I have added a include directory in my home directory. I can run "ls -l ~/include" from the build directory. I have added that directory in both "Header Seach Path" and in "User Header Search Path". In both places I have tried with both…
user1775190
  • 141
  • 1
  • 3
14
votes
5 answers

Twitter Post iOS6 'Cancel' button issue

I'm in the process of changing my app for iOS6 and iPhone use, I can't seem to figure out why when I post from Twitter using the new Social framework I have to press 'Cancel' twice to close, anybody else have this issue or a fix? Here is the code…
Nathan Cleary
  • 653
  • 8
  • 20
14
votes
5 answers

How to customize carrier name in iOS 6 simulator?

How can I customize the default Carrier name to something else, e.g. AT&T?
ohho
  • 50,879
  • 75
  • 256
  • 383
14
votes
2 answers

Build for armv6 architecture (target iOS 3.1.3) with iOS 6 SDK and Xcode 4.5?

is there a chance to use the iOS 6 SDK to develop applications that target iOS 3.1.3? If I open my project with the old deployment target, the compiler warns me: iOS deployment targets lower than 4.3 are not supported This is probably due to the…
Björn Marschollek
  • 9,899
  • 9
  • 40
  • 66