xcode3.2

Where do I put .xcolortheme files in Xcode when there is no ~/Library/Application Support/Xcode/Color Themes folder?

I'm just getting started with Mac and iPhone development, and naturally my first step is to change the color theme. I've found a theme I like here, but I can't find the folder they reference in my ~/Library/Application Support/ folder. How can I install these files? Thanks! ...

mgtwitterengine and oauth 401 error: Boggled

OK... so here is my code: twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self]; [twitterEngine setConsumerKey:CONSUMER_KEY secret:CONSUMER_SECRET]; accessToken = [twitterEngine getXAuthAccessTokenForUsername:profile.twitterUserId password:profile.twitterPassword]; NSLog(@"Access token: %@", accessToken); the...

MPMoviePlayer in Simulator

I upgraded my Xcode to 3.2.2 and SDK from 3.1.2 to 3.2. Now when I try to start a video in MPMoviePlayer from an URL it shows the first frame, but never starts playing, even with the "MoviePlayer Sample Application" from Apple. Does anyone have any idea what can cause this or had similiar problems? edit: strangely it works in 3.0, but ...

Giving input from audio file to AurioTouch code

Hello, I want to use AurioTouch by giving audio file not using mic. Can any one tell me which function is causing for taking input from mic. Unfortunately I couldn't figure out it yet. Thanks. Rabia. ...

xcode syntax color coding explained?

Can anyone give me a quick rundown of the color syntax meanings in xcode? I am running into some problems and understanding the color coding I am sure will help me out. Currently I have some variables that are light blue and I think they need to be black but I am not sure of the difference? masterViewController=[[UINavigationControlle...

pop up when pin is clicked in UIMapView

Hello Everybody, I have dropped multiple pins in my mapview when each pin is clicked it should display its corresponding name. when the pin is tabbed no need to go to another page just need a pop up. - (MKAnnotationView *) mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>) annotation { MKPinAnnotationView...

downgrading iPhone 3GS iOS4 to OS3

hi Guys, I'm working on an iphone project for OS3.1.3. I updated my iPhone to iOS4 and now I can't test my project on my iPhone anymore. I tried downgrading but get "device not eligible" What should I do now? If I download latest XCode SDK4 will I be able to recreate my app so that it runs both on OS3 and OS4 ? It has no specific os...

Is it possible to use iPhone Simulator 3.1 from XCode 3.2.3 ?

Because the Simulator 3.2 and 4.0 in the SDK 4 do NOT actually work for iPhone simulation (which always comes out iPad and not responding at all), I ended up with 2 SDK installations, using SDK 3.1.3/Simulator 3.1 for simulation, and SDK 4 for building onto the iPhone with OS 4. (More details here.) I tried to use the old Simulator 3.1 ...

Sending Menu and Buttons to Active View - xcode

I have two views. Which display a Letter each. I have 3 buttons/ checkboxes. Which can set the bold,italics, dropshadow. What I want to do is have the current view be set by the checkboxes and set the checkboxes. So if the view is for example is showing bold:YES, Italics = NO, DropShadow = Yes. then I want the checkboxes to reflect ...

XCode 3.2.3 doesn't show me the installed profiles

Hello Guys, how are you all? I'm having a problem with the new XCode and I think someone where maybe can help me to solve this out. I will really appreciate it. This is my problem: I have an XCode project that contains about 10 different targets, each one has it own provisioning profile (com.domain.app1, com.domain.app2 ... for example...

Difference between writing #import<filename> in _prefix.pch and in .h or .m of a particular class?

I had imported a custom Framework in my application.If I import any class of this framework in _prefix.pch ,then changes I do in the custom framework later,are not reflected in my app.But if I do the same import in the .h of any class,the the changes are reflected? I could not understand why? ...

Difference between writing #import <filename.h> and #import "filename.h" i.e written the file name in angular brackets and quotes?

Possible Duplicate: what is the difference between #include <filename> and #include filename Difference between writing #import and #import "filename.h" i.e written the file name in angular brackets and quotes? ...

iPhone 4 not supporting in XCode 3.2

Hi all, I am haivng an iPod which recently updated to iOS4.0. It is working fine with the device. I am having the XCode version 3.2 installed on my mac. When I try to test the apps on my device it displays an error. No provisioned iPhone OS device is connected. Is there any way to make it working. Help needed. Thanks in advance, Shi...

XCode Forward/Back Keyboard Shortcut? (v3.2 broken)

Back Arrow Broken In XCode 3.2 Is there keyboard command to go back/forward one file at a time. XCode 3.2 changed the behavior of Cmd-Opt <-- and -->. As noted in another question, they do not operate on a file level like in previous versions of XCode, but on an "edit point", making it cumbersome to flip through a list of files (the q...

Xcode: 3.0-style message bubbles in 3.2

Is there a way to get back the old-school, "ugly" message bubbles that insert themselves in the middle of the code, as opposed to the new message bubbles that are hidden beside an icon on the left side until you click on them, when they appear on the right side? Despite the reflowing of code they did, this is primarily why I actually pr...

_CGAffineTransformScale error on xcode

Hello guys, Can anyone help me to solved this xcode error? error : "_CGAffineTransformScale", referenced from: Is Xcode missing any library for CGAffineTransformScale ? Thanks in advance and help appreciated. ...

how to add new font to Xcode 3.2?

hi all, please tell me how to add new font to iphone xcode3.2. thanks in advance. ...

Xcode won't produce debugging information

Xcode suddenly stopped showing me variable information when I mouse over the variables. When I type "info locals" or try to print any variable it tells me there is no symbol table. I screwed around with the build directories to get Xcode to play nice with SVN. I made it place the build directory in a separate folder. This is the only th...

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) ...