I have created a C Command Line app in Xcode 3.2.3. I have compiled SpiderMonkey from the command line, and have it working, this was for CouchDB 0.11. The js interpreter works, as well as all the files being in /usr/local/spidermonkey/include and /usr/local/spidermonkey/lib. I have added /usr/local/spidermonkey/include to my Header Pat...
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...
Howdy all,
I am hoping that someone on this list is working with iDevices, and has successfully built an application and loaded it onto their iDevice. If so, could you point me to any sort of 'distilled' explanation of the steps necessary to create and install the proper certificates and profiles into my project and onto my iPad/Phone s...
The current issue I'm having is that Build and Archive will build my current target but after it's finished building, a pop-up will appear with the message:
"The operation couldn't be completed. No such file or directory"
I have reinstalled Xcode (3.2.3 with SDK 4.0), rebooted my machine, cleaned the cache, cleaned the project, man...
hi! :)
i'm testing an app for iphone and iPad with the last xcode version!
like written in "xcode 3.2.3 readme" i'm using this configurations: Base SDK is set to iPhone SDK 4.0, iPhone OS Deployment Target is set to iPhone OS 3.1 (beacuse i want that also iphone2G and ipodTouch1G users can use my app) and Targeted Device Family is set to...
In the last version of Xcode, set region worked fine, now in 3.2.3 it doesn't snap to your specified region?
After View did load...
[mapView setMapType:MKMapTypeHybrid];
[mapView setZoomEnabled:YES];
[mapView setScrollEnabled:YES];
MKCoordinateRegion region = { {0.0, 0.0 }, { 0.0, 0.0 } };
region.center.latitude = 41.902245099708...
I normally create classes and IBOutlets in XCode. However I saw a video where someone created a class and the IBOutlets in Interface Builder and the files and outlets were automatically inserted into the source code seen from XCode. They were using an older version of XCode. I tried doing this, but when I went back to XCode, I didn't see...
I want to have a button where if I click it, then some text is displayed that says "you clicked the button." I know how to do this using IBOutlet and IBAction. Can it be done with bindings? If so, then how?
...
I thought I saw an answer to this somewhere on the web but now I can't find it. When I plug my device in and run my app the log output doesn't show in the organizer console. Is there some other place to look for log output? I thought I could find it in the Console app but I'm having trouble.
...
I'm working with the latest release of XCode (3.2.3), which is supposed to symbolicate all crash logs automagically as long as the dSYM archives and the application archive can be found by Spotlight.
I have saved archives of the application and dSYM files for all releases related to these crash logs. XCode's Organizer shows me memory re...
I am making an app that adds a picture frame to a photo.
I would like to know how to have my Save button save both Images (the photo, and the frame) as one Image.
Right now it only saves one of the images.
In interface builder I have the save action saving the image that is loaded into an ImageView, with the frame ImageView overlay...
Before iOS4 I could successfully build my App using the Adhoc distribution profile and send it to my clients for testing.
Now under xCode 3.2.3 when I (and my client) drag and drop the .app folder into iTunes, the App does not appear among the list of apps and no message (error, warning, etc) is displayed.
Is there a known problem wit...
Is it possible? Because if I build against SDK 4.0, my app goes wacko, doing silly things and generally not working properly. If I build against 3.2 however, it works splendidly, but I get a warning saying:
[BWARN]warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'....
I'm using StakKit framework on my MacOX application, When I added newer version of the framework to the project. I have noticed that XCode is still referring to the older framework and I get warning like
SKUser may not respond to '-gravatarIconURL'
How do I fix this issue? any suggestions?
...
I get the following error when i open this xcode project
I have tried doing a "xcodebuild -activetarget -configuration Debug" from the command line also and i get the same error with a stacktrace
2010-07-14 12:55 xcodebuild[4991] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-2...
Hi,
I'm debugging a project for iOS 4.0 (simulator) in XCode 3.2.3, and all of a sudden the debugger just stopped working on me. It will hit the first breakpoint and freeze. It will not respond to single stepping, continuing, pausing, etc.
I know I'm not the first person to complain about the XCode debugger, so does anyone have any sor...
before I upgraded to latest iphone sdk I was able to mouse over variables in the debugger and see their values. Nothing happens now when I mouse over the var. I've tried using "po" statements in the debugger console but i only get a message "No symbol 'myobj' in current context". Is there some debugger setting that I have inadvertentl...
I'm working with Xcode 3.2.3 and iOS 4.0.1 and I have downloaded an open source iPhone game to learn from but without editing anything I tried to run it in the simulator and it throws this error message:
ProcessPCH /var/folders/-r/-r6hd0CEEASnoGYBU9KSlk+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/catchcat_Prefix-crjs...
Hi,
I upgraded xcode to 3.2.3 and loaded an existing project I had created with a prior version of xcode. It seems to compile fine as I have set up the correct deployment target and base sdk. When I look under Groups & Files, the Framework group, the Framework files are red and are pointing to the old framework files which don't exist...
I've been playing around with upgrading from an iPhone app to a Universal application, using the handy Upgrade Current Target for iPad... menu option.
Everything appears to succeed (although it's really hard to tell, Xcode just whispers success). So I started to change my MainWindow-iPad.xib file that was generated by the upgrade. And t...