xcode3.2.3

Scroll Left/Right

Guys, im trying to get a similar effect to what the guys at Mega Jump have done in their app. When you select the Extras tab from the main menu, you can scroll through their different characters. Any one know what IB tools they used and if any, program code. thanks, ...

Xcode is displaying the results of Backspace/Delete incorrectly, does anyone know how to get it working again?

The Backspace key in Xcode appears horribly broken, but in reality just seems to be causing a horrible display issue. The first time I hit backspace the display adds an extra line of code under the line I was editing, places the cursor there, and starts deleting that line. As I continue to press backspace it kills characters on the line ...

How to compile a C++ program in Xcode 3.2.3?

I want to know how I can compile a C++ program with Xcode 3.2.3? In the previous version of Xcode, there was a C++ tool available for command line utility. However, after I upgraded to the latest version of Xcode 3.2.3, these options are gone. ...

xcode 3.2.3 doesn't have 'Reveal in Finder'?

Hi Everyone, I have upgraded my xcode to 3.2.3 to develop applications for iPad and iPhone4. strangely i cannot find 'Reveal in Finder' feature to locate the .app file. Can anybody brief me on this issue. Thanks Taimur ...

Fail to catch exception from proxy object under xcode 3.2.3

I use HessianKit to communicate with server. In the situation of network or server down Hessian will throw exception, so I put every Hessian call in a @try ... @catch block. Everything worked fine until I upgraded my xcode from 3.2.2 to 3.2.3. I wrote the some testing code and found under xcode 3.2.3, catch exception would be failed if t...

Problems to build app for 10.5 with xcode 3.2.3

I was trying to compile my project under xcode 3.2.3 to make it run on OS X 10.5 I've set the SDKROOT to macosx10.5 and Deployment Target to 10.5, but it still shows to use SDK 10.6 during compiling. And it changed the minimumversion to 10.6 in built Info.plist. Anybody get any ideas on this?? thanks ...

iPhone SDK 4 The version of iPhone OS on “” does not match any of the versions of iPhone OS

Right, I am running XCode 3.2.3 with the iPhone 4 SDK. I have paid apple and enrolled, added my certificates and provisioning profiles. Now, I have plugged my iPod into Xcode and clicked "Use for development". My iPhone is running iOS 4.1 and Xcode says - The version of iPhone OS on “” does not match any of the versions of iPh...

XCode has poor syntax checking for Objective-C properties?

I unintentionally compiled the following statement: manager.groupName - lastGroupName; Instead of: manager.groupName = lastGroupName; I am trying to understand why the compiler does not even provide a warning for the former statement I unintentionally provided. The statement has no effect, even it if is legal to subtract pointers ...

Use Java library with Xcode, Objective C, and Cocoa

I would like to use an open source library that's written in Java to create a Cocoa desktop application. Ideally, I would use the Java library as the model, and write my own Objective C controller classes and Cocoa views. Is this possible in Xcode? What options do I have (if any)? Or, would you recommend rewriting the parts of the ...

Convert Interface Builder code to XCode

Is it true that everything you do in Interface Builder can be done programmatically? If your project uses Interface Builder to make the GUI, can that code be converted to native XCode and inserted into the project? ...

how to write login page code for iphone app??

I wnt to make a login page for entering into the hot jobs page like careerbuilder.....can anyone plz tell me the initiative for the code??? ...

Localising xib's (iPhone) workflow

I have figured out how to loclize, but it seems yo end up with a lot of paralell xib's. Is there a good way to manage changes in xib's that as been localized, or do I have to be very strict about not localizing before the xib's are fixed? ...

XCode 3.2.3 running on iOS3 - Wired framework problem

I looked around on Stack Overflow and I didn't find the solution of a strange problem. I started developing a project on XCode 3.1 then I decided to upgrade on XCode 3.2.4 and targeting iOS3 iPhones. I then followed the topics dealing with that and I changed the Base SDK to iOS 4.1 and the target os to 3.0. Everything worked fine until ...

How to find and remove unused class files from a project

My XCode project has grown somewhat, and I know that there are class files in there which are no longer being used. Is there an easy way to find all of these and remove them? ...

IPad Core Data Leak ?

Im using XCode 3.2.3 and have created an app using the SplitView template with Core Data. When i run the default app on the device (3.2) in debug mode with instruments running i am seeing a leak. When the default app has no items added to the table view within the split view there is no leak. But after adding items and running the app a ...