Tagged Questions
3
votes
4answers
810 views
How do I convert a complex C++ XCode project to a Cocoa app?
I have the source code to a relatively complex C++ application that involves lots of libraries, dependencies, etc. I am trying to take it and add a Cocoa GUI to it. I have failed so far at the ...
2
votes
3answers
840 views
how can I fix xcode compiling everything all the time?
I've started to use XCode and it seems to work, well, most of it.
The annoying thing is it compiles all the source files, even those that didn't change, each and every time.
I'm getting the grips ...
0
votes
2answers
68 views
Referencing 64-bit static library from a 32-bit Xcode project
I'm trying to build an OpenFrameworks project while using the echoprint API in C++ in Xcode. OpenFrameworks requires to be built in i386, but echoprint builds in x86_64.
Is it possible to reference ...
0
votes
2answers
302 views
Xcode - deleted openFrameworks libraries, now can't compile and having trouble re-adding
I was 'cleaning up' a project and deleted some of the references to libs used with openFrameworks. Certain things weren't being used, or so I mistakenly thought... Panic in my project!
All sorts of ...
0
votes
2answers
352 views
How to bundle an openframeworks application in xcode (relative resource linking?)
An trying to get openframeworks to build me my application so that i can open it from anywhere and it will load the needed images from within the apps Resources folder.
I believe this is relative ...