Delphi XE2 - No output files created when building project for OSX platform -


i have problem stopping delphi xe2 building project osx platform. i've gone basics , created brand new 'hello world' console application project. program compiles/builds/runs fine on win32 platform. add osx new platform project, , remote profile configured correctly , clicking 'test connection' confirms can see macbook. problem when activate osx platform, click 'build' (under debug or release) progress window appears usual , no errors occur, no output files created , 'osx32' subfolder doesn't created.

any ideas might problem?

solved - no idea how got there in tools->options->environment variables had entry under 'user overrides' follows :

platform = win32

this meant compiler ever building win32, regardless of platform activated.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -