v72b: OSX, GLFW: return code 11 (fyi)

Monkey Forums/Monkey Bug Reports/v72b: OSX, GLFW: return code 11 (fyi)

AdamRedwoods(Posted 2013) [#1]
-mmacosx-version-min=10.8

looks like the OSX xcode project in monkey is set to be the minimum of osx 10.8.

which results in compiling monkey to:
TRANS FAILED: Error executing './MonkeyGame', return code=11

easy to fix by loading up the xcode in target and changing the minimum (to 10.7-- is 10.6 now deprecated? oof!). just thought i'd post it here in case anyone runs into this.


computercoder(Posted 2013) [#2]
I am getting this exact error, but I am puzzled as to which file you make this change to. I am using Mac OS X 10.7.5, not 10.8.x. Additionally, I am using XCode 4.6.3.

I went under /Monkey/Targets/glfw/template/xcode

I loaded the xcode project file and searched for the text you provided, and was unable to find it. I looked in the General Preferences for the project and still was unable to locate this. I ultimately performed a search using Project Find, and selected everything in the project to include in the search but was unsuccessful in locating this text.

I am not that familiar with xcode itself, but I have fumbled around with it in the past. Thanks in advance!