Hi to all.
I am using XCode 3.1.3, and subversion 1.4.4 on a remote machine configured on a LAN.
3 users are connecting to a subversion running svnserve and a single repository.
Yesterday we had somo issues on our lan connection and couldn't work on the repository but each one worked on the local copy (so no commits, or updates could...
Hey all,
Can I debug a 10.6 project into a 10.5? I have computers at school that are still 10.5 and I need to downgrade it so I can run my program on their computers.
Thanks,,
Kevin
...
Hi,
I'd like to measure the performance of code on the iPhone that runs only once, so Instrument's CPU sampler tool is of limited use, because it needs many iterations to collect enough samples.
Is there a tool that I can use that times each function on each invocation? That does call tracing instead of statistical sampling?
Regards,
...
Is there anyway to format the code in Xcode like you can do in Eclipse or Netbenas. I have not found any option in menu, is there any hot key for this or its simply not in Xcode?
...
SystemSoundID soundID;
NSString *path = [[NSBundle mainBundle] pathForResource:@"static" ofType:@"caf"];
AudioServicesCreateSystemSoundID((CFURLRef)[NSURL fileURLWithPath:path], &soundID);
AudioServicesPlaySystemSound(soundID);
I have implemented above code in my application.
It works perfectly,
But the problem is I don't know how t...
Hi everybody!
Is there a way to comment various lines at the same time in Xcode IDE? Selecting which lines to comment, then clicking somewhere et voilá.. the /* ... */ characters wrapping the code.
Thank you.
...
I am near the end stages of developing an iPhone application and will be releasing it as both a 'lite' (ad-supported) version and a 'pro' (ad-free, likely with additional functionality at some point) version.
I've followed suggestions here and elsewhere about creating multiple targets, etc. and am able to build these without any problem...
User would open the app and it would ask if User wants to use the camera or use a saved picture.
If user selects camera, it would link with the camera view so that they can immediately take a picture.
Application would present the user with an outline of a human body so as to match up with a subject they wish to photograph.
Example – ...
I have a view which is similar to mail app. I have a scroll view and in that many other subviews. When the user clicks on any textview, it expands to show the text in it. e.g. "to" field in mail. I would want to resize the other subviews such that it starts below the expanded region. How can I do that.
I created the view through IB and...
i want to create an app.some features i want to add and some effects i want do are like these.
suppose i shoot a picture of a person male or female from camera.then only cut the body from the image.and then add some background to body.and further get some another clothes for the body.so that we can see how the person looks like with new...
Hey Everyone,
I have this code:
[hudWindow orderFront:nil];
And when I debug it and run the command does not seem to work.
hudWindow is a NSPanel.
Please help me solve this problem.
Thanks
Kevin
...
I'm trying to build an xcode project and run it through the iPhone Simulator via applescript. I'm aware of xcodebuild but it doesn't let you run the app in the simulator. I've gotten pretty close with the script below...
tell application "Xcode"
set targetProject to project of active project document
tell targetProject
set acti...
Is there a #pragma to have gcc/Xcode suppress specific warnings, similar to Java's @SuppressWarning annotation?
I compile with -Wall as a rule, but there are some situations where I'd like to just ignore a specific warning (e.g. while writing some quick/dirty code just to help debug something).
I'm not looking for "fix the code" answer...
Is there a list of pragmas supported in Xcode? I only know of #pragma mark. Where would I look to learn about any others?
...
I was trying to add cocos template for game development.
I was trying some R & D.
R & D was " How to add template of COCOS in x code ? "
But By mistake I made Some horrible changes to " My Seniors Sir's Mac ".
I am in very much tension.
How to reset?
I have replace all the previous templates.
Now I don't know How to reset it.
See...
I've recently began using C++ with XCode and I'm starting to miss the integrated documentation that is available for Objective-C. I know that there is a way to generate documentation sets using Doxygen, but a readily available bundle would certainly be preferable...
Is there an easy way to get XCode to search at least the standard C++ ...
Hello!
I would like to make an app that will manage some files on jailbroken devices like SMS, Notes .db, but I have problems with accessing such files. I've also made just to test my skills, similar application like your file manager and I could browse almost whole file system and access everything except some folders in /var/mobile/Li...
Hello folks,
I am building a logic test suite using Xcode 3.1.4. I am able so far to build the test target and see the results inside de *.m test files as compiler errors (if they fail). The problem is that I can't see any information in the Debugger Console and I can't debug since the debugger does not work either.
1.How can I do to...
Whenever I try to compile my iPhone app which i am porting I get linking errors. The app uses a scripting language called Squirrel (to read the level files, fine by the SDK, no user input). I have linked all the libraries including libsquirrel.a. What am I doing wrong?
(App is SuperTux, source code at supertux.lethargik.org for computer ...
A friend of mine just had to reinstall his OS (after power went down while updating) and when he installed Xcode he got this error. In the drop down that usually has device/simulator etc, it said 'missing'. I also noticed he had no developer folder on his machine as well. Anyone know why this might be?
...