7
votes
5answers
1k views
Continuous Integration for Xcode projects?
After using Hudson for continuous integration with a prior project, I want to set up a continuous integration server for the iPhone projects I'm working on now. After doing some re …
6
votes
6answers
800 views
Running xcodebuild from a forked terminal
Hi everyone,
I'm trying to setup an automated build server for an iPhone application. I'd like to be able to have nightly adhoc beta builds so that testers can follow the developm …
5
votes
2answers
154 views
Building a backwards compatible OS X app, when a new API is present?
I'm trying to upgrade an app (Clarke) to provide 10.6 compatibility.
My plan is to use two different code paths depending on the version of OSX in use.
On 10.5 it will use one c …
5
votes
4answers
243 views
What automated build system do Mac developers use?
Hi,
my team is currently using buildbot to automate overnight and continuous-integration builds and regression tests. For builds and unit tests, the builder just invokes a script …
5
votes
7answers
1k views
XCode and iPhone Compiler Warning
I am a long time Microsoft developer and I am new to iPhone development using XCode. So, I am reading a book and going through examples trying to teach myself how to write an iPho …
4
votes
4answers
113 views
Most efficient way to do 22 different builds
I'm getting close to finishing my first relatively simple Xcode project (a custom installer) and I need to do 22 builds. Yes that wasn't a typo! What's different on each build is t …
4
votes
3answers
100 views
When my colleague changes code and commits it to the repository I can see the code, but xCode compiles as if his contributions weren’t there
Have any other iPhone developers experienced this phenomenon? I can see his contributions in xCode - I see for example my colleague has wrapped a navigation controller around one …
1
vote
2answers
34 views
technical way of managing files - grouping files in xcode
I am in iPhone development since last 3 months.
Usually, While inserting a view Controller, I just right click on Classes & add new group.
& Within that group I just add …
1
vote
1answer
43 views
How do I change an existing XCode target from dynamic to static?
I'm working with an existing project that produces a dynamic library (Cocoa API).
I'd rather generate a static library, but if I change the
[Linking|Mach-O Type] field from "Dyna …
1
vote
2answers
66 views
Slice up image into icons at build time or runtime in xCode
I need about 100 icons inside my application. Would it be logical to have one large image file with all the icons and then somehow split it up into individual NSImage objects? Is t …
1
vote
1answer
122 views
How do I include zip file in NSBundle?
I'd like to include a zip file as an attachment to in app email (OS 3.0). I've added the file to my Xcode project and get this message during building:
Checking Dependencies
warn …
1
vote
1answer
69 views
Verifying a release builds
My projects reference static DLLs I've created. These projects are setup to make sure a corresponding build phase occurs. Meaning, if I build in simulator/debug, the static libra …
1
vote
2answers
516 views
iPhone (Xcode) interface builder resources
Hi
I am looking for resources (especially video) to show how to use the Xcode interface builder properly for iPhone development. For some reason it just doesn't click how everythi …
1
vote
1answer
260 views
Which one is better: DMG or PackageMaker
Hi
Here's my requirement:
1. I want my installable to have a custom license agreement
2. run another package as part of the installation
3. let the user have an option of running …
0
votes
2answers
38 views
Can’t build a new project with xcode on my MacPro
Hi every1!
I've installed on my MacPro (intel) Xcode 3.2.1 (iPhone SDK 3.1.2) and Snow Leopard
I made a new project (called Untitled) for iPhone OS, when I try to build, it retur …
