Hi, we are porting a game to be released on Steam but we are getting the following error while preparing the OSX version to upload:
Fatal: App built with 10.6+ SDK, but compiled with -mmacosx-version-min=10.4 or older.
Please rebuild the app with -mmacosx-version-min=10.5 or newer
I guess this is caused because of the compiler flags used by the Adobe AIR packager while building the OSX native installer... Does anyone know how to change this flag? Any solutions?
Thanks