Closed travisbader closed 9 years ago
You need to create a directory that it can create a database in. make play
won't really go through and recursively create dirs for you. That said, do you happen to have any spaces in your pathname? That would be an issue.
after running make play, I am presented with the following error message:
▸ Building mx3/play_objc [Debug] ▸ Compiling play.m 2015-01-16 12:48:50.640 play_objc[31184:895832] * Terminating app due to uncaught exception 'unable to open database file', reason: 'unable to open database file' * First throw call stack: ( 0 CoreFoundation 0x00007fff940d566c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff8c7e876e objc_exception_throw + 43 2 CoreFoundation 0x00007fff940d551d +[NSException raise:format:] + 205 3 play_objc 0x000000010f9b45f4 _ZN6djinni27throwNSExceptionFromCurrentEPKc + 212 4 play_objc 0x000000010f9924e6 +[MX3ApiCppProxy createApi:uiThread:httpImpl:] + 790 5 play_objc 0x000000010f9912be main + 142 6 libdyld.dylib 0x00007fff94f775c9 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException /bin/sh: line 1: 31184 Abort trap: 6 ./build/Debug/play_objc make: *\ [play] Error 134