How to send Xcode project with precompiled Ti?
When Ti Dev creates the Xcode project, it does so with a reference to the user's Ti SDK installation so that at compile time, Xcode needs to reference that location.
I'd like to be able to send the Xcode project to someone that currently doesn't have Titanium installed and be able to have them build the project in Xcode.
Is there a way to do this by either precompiling the needed items from Ti's SDK or by including the SDK with the Xcode project in a way that when built on the other end in Xcode, it will know to look for this instead of looking for it in a user specific path?