xcode3.2.3

Base SDK Missing

I just upgraded my xcode directly from the website i.e. I downloaded the new version of xcode which came with ios4 - yet when I finished installing everything including the SDK it now says base sdk missing?!? ...

Navigating autocomplete entries in XCode

Sometimes when I type certain words, XCode will offer to autocomplete with several options. If I press enter, it automatically puts the curser on the first option and selects it so when I start typing that part gets replaced. After that, how do I immediately get to the next option, without having to double click it? For example, if I ty...

Build and Debug in Xcode

The icon in Xcode says "Build and Run". How do I change it to "Build and Debug" I read that if you use "Build and Run" then it does extra work to optimize the code. ...

Searching all .h and .m files in XCode

How can I search all .h and .m files in a project for a string? ...

Xcode 3.2.3 DocSets how to make it works properly

I just installed xcode 3.2.3 the latest build IOS 4.0.1 then I manually download the documentation .xar files then extracted them n move them into the docsets folder but it seems nothing is working in the Documentation window. I tried various steps found in this forum but still stuck and new docsets wont show up, even in the home button ...

Is it possible to easily debug an iPhone serial-port app?

I'm now trying to connect my iPod Touch(iOS4 jailbroken) with Ecomote(a small embedded system) through serial port. I just followed this instruction: http://hcgilje.wordpress.com/2010/02/15/iphone-serial-communication/. All things going well except that I need to move my application to /Application/MyApp.app and chmod it to 777. However...

Static Library problem(json-framework) after upgrade to Xcode 3.2.3

Hi, In one of my projects, I am using the json-framework library. Everything was working fine, but after upgrading to Xcode 3.2.3, where the oldest simulator available is 3.2 I get the following compilation warning and subsequent (I'm pretty sure related) errors: warning: in /Users/yahuie/Desktop/pinnionRepo/Tabs copy/Classes/JSON/iph...

pause Audio recording while displaying iAds in full view?

Hello forum, I am working on iAds and I wanted to ask if it was necessary to stop recording audio on my iphone using AudioQueueObject while the iAdView is displayed in the full view ? Thanx. ...

NSDate dateFromString deprecated?

I'm trying to use the NSDate dateFromString method but I'm getting an warning and it's crashing the app. The code looks like: NSString *pickerDate = [NSString stringWithFormat:@"%@", timeSelector.date]; NSDate *defaultDate = [NSDate dateFromString:pickerDate]; The warning is: 'NSDate' may not respond to '+dateFromString'. It appear...

iPad App returns an error on exit in Console

Hello all ! I really have a problem right now. I am developing an IAP-App and just updated my iPad to 3.2.1 so i needed to install the new XCode 3.2.3. Everything runs fine but at exit (pressing Home-Button) i get following errors: Wed Aug 4 22:53:23 iPad com.apple.launchd[1] (UIKitApplication:com.mypad.storetest[0x1c2][75]) : (UIKi...

XCode/iPhone SDK on PowerPC Mac with Pacifist

It is supposed to be possible to install XCode + SDK on a PowerPC. How easy is this? Can it be done with the latest version (3.2.2). If not, which versions? (I think the latest XCode needs an OS version that doesn't run on PowerPC) ...

Replace resource png's directly on iPhone (iPad)

I have some png's that are now resources in XCode. I would like to replace the with other png's on the device after deployment. How do I do that, while still being able to work with them in XCode? I thing it should be "Documents" "Library" or "Settings" folder, but it is not so clear how to create them in xCode. (This is an internal a...

How can I test an iPhone application on device without the key

How can I run my XCode SDK application on my iPad without key and without jailbreak? (I found a description yesterday, but cant find it back). This can be with the device connected to my development machine. (I can afford the $99, but I cant wait for it to arrive) ...

Upgrading Xcode and Interface Builder

If I already have XCode and IB installed on my system, if I download the newest version and install it, does it automatically upgrade me to the newest version, or do I have to uninstall the old versions first? ...

NSObject is undefined (objective c)

This is more then likely a very simple question but I am completely stumped by it (and more then a little embarrassed by the situation). I have the following code in a command line utility in xCode: #include <CoreFoundation/CoreFoundation.h> int main (int argc, const char * argv[]) { NSFileManager *filemgr = [NSFileManager defaul...

PopViewController not popping view

My top level view immediately Pushes my SplashView in it's ViewWillAppear method. In some conditions, the SplashView pushes an additional view, which is properly popped. When this occurs the Top Level view never appears. However, the code in the Top Level is running (it has a timer that occurs every minute which writes to the log). A...

How do I set a Base SDK of 3.1 in XCode 3.2.3?

Hi. I upgraded to XCode 3.2.3 recently, and now, I see i can't set a base SDK to a previous version. How do I build to allow my app to run on 3.1.3 now? I am in a serious bind, because I committed to delivering to 3.1.3. :-( I tried going to look for the 3.1 SDK on the Apple Developer Program site, but all i see is iOS 4.0 and iOS SDK...

Xcode Base SDK and Deployemnt Target

i've got the new version of Xcode which supports only 4.0 as base SDK! If i set the base SDK to 4.0 will my apps able to run on iphone devices with os 3.0? Is this have someting to do with deployment target? If i set the deployemnt target to 3.0, this ensures that any 3.0 device will be able to run my app ok? Because i dont have any 3.0 ...

Static library compile problems using Xcode 3.2.3

I'm trying to develop a new static library using Xcode 3.2.3. Xcode is giving strange error messages show below in my G.h file. What is the cause of these errors? Charles #import <Foundation/Foundation.h> #import <CoreGraphics/CoreGraphics.h> #import <UIKit/UIKitDefines.h> @interface G : NSObject { int fontSize, canvasWidth, canvas...

Compatibility issues with package developed on OS X10.6.4 on older OS X

I am using Os X 10.6.4 and X code Version 3.2.3 for developing some simple app files and using PackageMaker to distribute these app files. But when trying to run the package on some other mac I am getting error that the package is not compatible with the Os X its running and file would not be installed. Is this a problem with X code or p...