0

I'm developing an app for android using openfl. I could successfully compile for android before trying to use HxScout.

But following instructions on hxscout.com, when I try to test my app with this command: haxelib run lime test android -Dtelemetry

I get the following error: ./src/hxtelemetry/CppHxTelemetry.cpp:233: error: return-statement with no value, in function returning 'Void'

Alexander L. Hayes
  • 3,892
  • 4
  • 13
  • 34
Zeeshan Ahmad
  • 345
  • 3
  • 17

2 Answers2

2

I just pushed the fix to both git and haxelib (hxtelemetry v0.3.5). I think there were issues with different versions of haxe/hxcpp wanting different styles of returns.

Anyway, LMK if it doesn't work.

Jeff Ward
  • 16,563
  • 6
  • 48
  • 57
0

Fixed in this issue here on github

Zeeshan Ahmad
  • 345
  • 3
  • 17