![]() |
|
Deployment build with XCode - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Tools & Technology (/forum-10.html) +--- Thread: Deployment build with XCode (/thread-3399.html) |
Deployment build with XCode - guvidu - Mar 22, 2007 05:07 AM Hy there. I want to know how can i make the compiler tell the executable where to find the frameworks. Basically i want to include my frameworks in the compiled app so i know i need to have something like this .app/Contents/Framework. but i dont know how to do this. It only compiles without copying the frameworks. Thanks in advance! Deployment build with XCode - Malarkey - Mar 22, 2007 09:20 AM Well, I've done it a number of times but all the details escape me at the moment so I'll just refer you to this page and hope that helps: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html |