0
votes
1answer
12 views
Xcode Error “Couldn’t load the next page.”
It's really not my day, I was about to create a new class in Xcode (Version 3.1.4) so I went to (right click) Add > New File... selected Objective-C Class and i got the message "Couldn’t load the next …
0
votes
2answers
87 views
iPhone Apps running on iPod Touch
If I create an App for the iPhone (OS 3) will it run without modification on an iPod Touch or will I need to create a separate binary? If it is the same runtime, does it just have stubs for the …
0
votes
2answers
79 views
linking mess with libc
I have a library compiled into a .a file, linked against my application. (iphone, developing with Xcode)
Everything seems to be fine, linking seems to succeed, but when I run the program it crashes. …
0
votes
0answers
25 views
display text with many clickable URLs
Hi,
I'm using custom NSCell in NSTableView similar to:
http://www.martinkahr.com/2007/05/04/nscell-image-and-text-sample/
I wish to display text with many clickable URL.
can any body throw me in …
1
vote
2answers
27 views
Running in the Terminal a build made in XCode, how?
Hi,
Im creating a project in Xcode using OpenCV as a framework. It works great with the Build&Run option from Xcode, but now I need to run it in the Terminal and it gives me this error:
dyld: …
0
votes
1answer
18 views
Tracking down the version number in OSX/xcode
I have a C/C++ program which is a Firefox plugin. I'm trying to find the version number resource.
In my plist I have: Bundle versions string, short set to 5.09b and bundle version to 1.0
In my .rsrc …
1
vote
1answer
23 views
How can I make building an Xcode target depend on a shell script?
I have a shell script that runs as part of a Run Script phase in my targets that conditionally copies some files into the product. If I modify the shell script then rebuild, the script is not run …
2
votes
2answers
39 views
How do I install iPhone2.0 SDK on snow leopard?
The snow leopard xcode only installs 3.1, 3.0, and 2.2.1. I need to install 2.0 to use as the base SDK for a particular app.
I see the iPhoneSDK2_0.pkg in the Packages directory of the install image, …
0
votes
1answer
69 views
Why does my iphone simulator’s apps keep crashing?
Whenever i run my applications on my simulator it crashes
This has never happened before..
any thoughts?
0
votes
1answer
21 views
Error while executing symbolicatecrash command “Can’t exec “/usr/bin/xcode-select”: No such file or directory at /usr/bin/symbolicatecrash”
Hi all,
My application get crash in apple's testing phase. I have crash log. When I am execute symbolicatecrash command, I get an error
Can't exec "/usr/bin/xcode-select": No such file or directory …
4
votes
5answers
632 views
iPhone SDK: UIWebView to stop images from loading/downloading
How can I use the UIWebView in Xcode so that when it loads up pages it DOESN'T download the images (to cause a faster loading page)?
0
votes
2answers
98 views
SVN+SSH Connection Giving Error 210002, Network Connection Closed Unexpectedly.
OK, I'm having a problem settings up SVN+SSH.
I have SVN running on a Linux server and trying to connect from a Mac laptop running Snow Leopard. XCode tries to connect, but gives the message "Error …
0
votes
0answers
7 views
combining live recording audio in another audio file iphone sdk?
Does someone knows how we can combine our current recording into another background playing music? I need some sample code for this. I want to create something like karaoke application in which we can …
1
vote
4answers
44 views
iPhone version control tools (subversion)
I've used iPhone SDK and tools for several months. XCode seems pretty nice, but there is one tool which I don't get: FileMerge. How can anyone use it for comparing files or doing merge?
Seriously …
0
votes
3answers
35 views
Framework not found MapKit
I am using Xcode 3.2.1 in project, where Base SDK is iPhone Device 3.0 and iPhone OS Deployment Target is iPhone OS 2.0, in other words a backwards compatible application.
The problem is MapKit …
