Issue 182: Errors when building for iOS simulator
Status:  Fixed
Owner: ----
Closed:  Jun 2012
Reported by tobias.r...@gmail.com, Jun 12, 2012
What steps will reproduce the problem?
1. created an nme app
2. trying to compile with nme test game.nmml ios -simulator

What is the expected output? What do you see instead?
At least building a project for XCode. Instead getting errors:

hxcpp-read-only//src/hx/GCInternal.cpp: In member function ‘bool GlobalAllocator::ReleaseBlocks(int)’:
hxcpp-read-only//src/hx/GCInternal.cpp:1515: error: ‘ReleaseGroup’ was not declared in this scope
hxcpp-read-only//src/hx/GCInternal.cpp: In member function ‘int GlobalAllocator::Collect()’:
hxcpp-read-only//src/hx/GCInternal.cpp:1742: error: ‘MoveBlocks’ was not declared in this scope

What version of the product are you using? On what operating system?
Lastest HXCPP and NME from Trunk on a Mac OS 10.7.4

Jun 13, 2012
Project Member #1 gameh...@gmail.com
This was caused by using svn hxcpp with release haxe.  But is should be fixed now.
Status: Fixed