grrrwaaa/maxcpp

Xcode 5 crash

Closed this issue · 5 comments

I tried to open the Xcode project but it crashes Xcode. I'm using Xcode 5.0. I didn't do anything else, just downloaded.

It looks like there are crashes with any regular SDK project as well. I will try to downgrade to Xcode 4.6.3.

Yes, XCode 5 is not compatible with the Max/MSP SDK currently. This may be resolved in the next Max SDK release.

On Oct 3, 2013, at 12:47 AM, LuisHerranz notifications@github.com wrote:

It looks like there are crashes with any regular SDK project as well. I will try to downgrade to Xcode 4.6.3.


Reply to this email directly or view it on GitHub.

Great to know. I've installed Xcode 4 and it doesn't crash but when I try to build I get this error "Expected unqualified-id before string constant" on this "C74_EXPORT extern "C" int main(void)"

I was able to build it changing this:
C74_EXPORT extern "C" int main(void) {
for this
C74_EXPORT int main(void) {

I've made the same change in master. Closing this now.