Can't build win form on Mac

Just downloaded Fire to try. But I can’t build & run test win form app project.

Are you using Elements 9.3 or v10? What error do you get? (Note that WinForms will never work well on Mac. But it should build ok).

ver 9.3. Are there any cross compiling? Here is the error message:
/Applications/Fire.app/Contents/Resources/Mono/bin/mono /Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5/xbuild.exe “/property:ElementsXbuildNougatSDKFolder=/Applications/Fire.app/Contents/Resources/Toffee SDKs” “/property:ElementsXbuildToffeeSDKFolder=/Applications/Fire.app/Contents/Resources/Toffee SDKs” “/property:ElementsXbuildReferencePathsXMLFolder=/Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial” /property:CrossBox=Local /var/folders/qm/mw8_rc596b97zkvy4jy27vpw0000gn/T/WindowsApplication.fire.temp.sln /nologo /target:Rebuild /verbosity:normal /property:Configuration=Debug /property:TreatFixableErrorsAsWarnings=True /toolsversion:4.0

Build started 12/29/2017 8:54:00 PM.


Project “/var/folders/qm/mw8_rc596b97zkvy4jy27vpw0000gn/T/WindowsApplication.fire.temp.sln” (Rebuild target(s)):
Target ValidateSolutionConfiguration:
Building solution configuration “Debug|AnyCPU”.
Target Rebuild:
Project “/Users/helmi/Lab/WindowsApplication/WindowsApplication.elements” (Rebuild target(s)):
Target CoreClean:
Deleting file '/Users/helmi/Lab/WindowsApplication/bin/Debug/Elements.dll’
Deleting file '/Users/helmi/Lab/WindowsApplication/bin/Debug/Elements.dll.mdb’
Deleting file '/Users/helmi/Lab/WindowsApplication/obj/Debug/WindowsApplication.elements.FilesWrittenAbsolute.txt’
Target ElementsMonoClean:
CleanSpecificFiles:
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target GetFrameworkPaths:
RemObjects Elements (Oxygene, C#, Swift and Java) Compiler for .NET, Cocoa, Java and Island.
Version 9.3.103.2211 (master) built on bajor, 20171103-130008. Commit c9af8e4.
Copyright 2003-2017 RemObjects Software, LLC. All rights reserved.
MonoBaseFolder is /Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5/…
MonoFrameworkFolder is /Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5.
TFD=/Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5
ASPath={CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};/Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5/…/gtk-sharp-2.0;/Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5/…/cocoa-sharp;{AssemblyFolders};{RawFileName};./bin/Debug/
OMF=/Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5/…/gtk-sharp-2.0;/Applications/Fire.app/Contents/Resources/Mono/lib/mono/4.5/…/cocoa-sharp
Target CopyFilesMarkedCopyLocal:
Copying file from ‘/Applications/Fire.app/Contents/Resources/References/Echoes/Elements.dll’ to '/Users/helmi/Lab/WindowsApplication/bin/Debug/Elements.dll’
Copying file from ‘/Applications/Fire.app/Contents/Resources/References/Echoes/Elements.dll.mdb’ to '/Users/helmi/Lab/WindowsApplication/bin/Debug/Elements.dll.mdb’
Target CreateManifestResourceNames1:
RemObjects Elements (Oxygene, C#, Swift and Java) Compiler for .NET, Cocoa, Java and Island.
Version 9.3.103.2211 (master) built on bajor, 20171103-130008. Commit c9af8e4.
Copyright 2003-2017 RemObjects Software, LLC. All rights reserved.
Done building project “/Users/helmi/Lab/WindowsApplication/WindowsApplication.elements”.-- FAILED
Task “MSBuild” execution – FAILED
Done building target “Rebuild” in project “/var/folders/qm/mw8_rc596b97zkvy4jy27vpw0000gn/T/WindowsApplication.fire.temp.sln”.-- FAILED
Done building project “/var/folders/qm/mw8_rc596b97zkvy4jy27vpw0000gn/T/WindowsApplication.fire.temp.sln”.-- FAILED

Build FAILED.
0 Warning(s)
0 Error(s)

Time Elapsed 00:00:00.7068480

Can I create winform application but build target just like ‘island’ native console?