Error testing on iOS target

Hi, guys!

What is error on iOS target build?

export XCODE_VERSION_ACTUAL=0731 export XCODE_VERSION_MAJOR=0700 export XCODE_VERSION_MINOR=0730 export arch=arm64 export diagnostic_message_length=179 export variant=normal /Applications/Xcode.app/Contents/Developer/usr/bin/make Haxe device build: Debug-iphoneos-v7 haxe Build.hxml -D HXCPP_ARMV7 -cpp build/Debug-iphoneos-v7 -debug cd build/Debug-iphoneos-v7; export HXCPP_NO_COLOR=1; haxelib run hxcpp Build.xml -Dios -Diphone -DHXCPP_ARMV7 -DHXCPP_CPP11 -Ddebug -DHXCPP_CLANG -DOBJC_ARCcat Options.txt | while read LINE; do printf " -D$LINE"; done`
Error: Could not find build target "by"
make: *** [build-haxe-armv7] Error 1
Command /Applications/Xcode.app/Contents/Developer/usr/bin/make failed with exit code 2

** BUILD FAILED **

The following build commands failed:
ExternalBuildToolExecution Build\ Haxe
(1 failure)`

openfl: 4.0.0
lime 3.0.0
hxcpp: 3.3.49
haxe: 3.3.0

Mac:
OSX 10.11.4 Captain
Xcode: 7.3.1

Thanks.

Project is empty, create by “openfl create project HelloWorld”

This post not helpful: Error: Could not find build target "by"

Resolved: In iphonesim-toolchain.xml file replaced value IPHONE_VER with own value.
Maybe have other ways for resolve this problem?

Update: set on “finish-setup.xml”