xcode

How to have a UIView on top of TabBar?

How can I get my UIPickerView to apear on top of the TabBar? http://bit.ly/aSFKYY This is a TabBar Application and that NIB file contain 2 views That I animate to show / hide instead of the keyboard, but the keyboard animates on top of all UIViews. How can I accomplish this with my Custom View? ...

Xcode: iPhone screenshots no longer work

I can't be sure when this stopped working because I haven't used it for a while, but it was possibly since I upgraded to the 3.2 SDK. In Organizer, when I select the "Screenshots" tab and press "Capture", nothing happens. I've tried this with three different devices and I've restarted my Mac. What's happened, and how can I fix it? ...

Trouble with iPhone NSLocalizedStrings after migrating to a different computer.

I have built a universal application for iPhone and iPad which uses Localizable.strings for German and French localization – the app's native language is English. The app builds and runs normally in iPhone/iPad Simulator and iPhone/iPad Device. I recently bought a new laptop and installed Xcode. When I checkout my project from the Subve...

Xcode/iPhone Development 6 months in - Annoyances

Hi I've been iPhone programming for 6 months and come from a PC/Java/Eclipse background and still have a few annoyances with Xcode/iPhone programming I wonder are there any shortcuts to. Is there any way to prevent multiple windows opening all the time in XCode? a) When you click on the Errors/Warnings in the bottom right of the status...

Is there a way to dismiss an alertview automatically after some time?

I'm looking for a way, to automatically dismiss an alert view after some time or after a task is done. Is there a possibility? (or another way to show a message for some time?) ...

Xcode Unit Testing - Accessing Resources from the application's bundle?

I'm running into an issue and I wanted to confirm that I'm doing things the correct way. I can test simple things with my SenTestingKit tests, and that works okay. I've set up a Unit Test Bundle and set it as a dependency on the main application target. It successfully runs all tests whenever I press cmd+B. Here's where I'm running i...

How can I quickly set the iPhone deployment target in Xcode?

I was reading this great article about Base SDK and Deployment targets and decided to try it out myself. The Deployment target seems to be buried in the Build settings, and not that easy to access compared to the Base SDK target (which is right there in the General tab of the project settings). To get to the Deployment settings now I hav...

Missing symbol names when profiling IPhone application with Instruments.

I am compiling an IPhone application via command line (so no XCode options involved) and I am unable to get my symbol names to show when profiling with Instruments. I have tried several flags such as -gdawrf-2 and -g without any success. I have also tried using dsymutils to generate a .dSYM file but i have no clue how I'm supposed to use...

Tips for using Subversion and XCode in a team project

Hi to all. I've been working on an Xcode (iPhone) project with three different persons. We have the project on a Subversion repository, but we still don't completely understand some aspects of the Subversion + Xcode methodology: 1) Each time someone does a commit on a single file, it may appear or not in the project of the other dev...

Codesign returns exit code of 11 for xcode iphone project -- can't find documentation on exit code 11

Hi Everyone, I'm new to iPhone development. I am trying to get Xcode to run an application on a phone. The app works fine in the simulator. Initially I hit the error: The executable was signed with invalid entitlements I followed the steps here: http://stackoverflow.com/questions/1074546/the-executable-was-signed-with-invalid-entitl...

Cursor location in a uitextfield

im using customkeyboard in my controller. but how to get the cursor location in the uitextfiled. my requirement is to enter a charecter in a desired location of textfield. is it possible? ...

Start developing for macosx

hello, I would like to start developing for macosx. I need to create a small native application to help me do some stuff. I never developed in Objective-C, have no idea about cocoa, Xcode, NIB and similar stuff. I don't want to learn by slapping examples together though. This would probably make things done, but I would not learn anyth...

Good tutorial available for XCode with VST3?

I am completely new to both the world of XCode and VST. Every tutorial I find deals with VST2.4 or earlier, when I really want to rork with VST3. I also currently have XCode 3.2.1 which doesn't have the Carbon framework which all other tutorials require. Any ideas or documentation I can refer to? ...

how to manage svn repositories in xcode

hellow all , i am using svn for my xcode project. now i added two files into current project and added to repository and commit changes for classes folder. But,when i am trying to commit entire project i am getting error like "Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Commit failed (deta...

Xcode debugging - displaying images

I love using Xcode debugger. You can any time take a look at the variable's values, you can even change them. The problem rises when u are testing images, and here pops up the question: Can I somehow DISPLAY the image that is referenced by the image variable? I know i can see raw bytes of it, but it would be much more human friendly if...

How do you fetch the complete contents of a core data entity and display the results in a uitableview?

I want to get and display the complete contents of one of my entities in a UITableView. How would i go about this im fairlt new to xcode. Once i have the data in the UITable how would i go about sorting the data? ...

Recommended way to set up xcconfig files

Is there any best recommended way for setting up xcconfig files? Where does the projects related fields go and where do target related go? What about multiple targets? ...

Is there a way to open (arbitrary) core dumps with Xcode?

Looking for an alternative to command line gdb for examining core dumps on OSX - is there some way to get Xcode to open arbitrary core dumps w/ debugging symbols? ...

disassembler in XCode?

I'm working on a project, and on a machine without xcode, I'm getting a crash. (of course it works on my machine B-/) I have a crash log, with a PC offset for the crash. I'd like to be able to see where that actually is in the code. I know that Code Warrior can disassemble the code (presumably, only debugable code) and show it interspers...

Why does Xcode launch the iPhone simulator when the iPad simulator is selected?

When I open an existing iPad project in Xcode and "Build and Run" it, it launches the iPhone simulator when I have the iPad Simulator set as the active executable? Inside the iPhone simulator is a shrunken version of the iPad. What is going on? How do I get it to run the iPad simulator? Note: When the iPhone Simulator is running, I d...