I'm try to create a haxelib for using AWS Mobile Hub in my Kha projects. I've started trying to create a basic native extension and just want to send a hello world type message to the console.
I think I'm close to getting it working but not sure what I'm doing wrong. I'm getting the following error after trying to build in Xcode.
"No member named 'helloFromMobileHub in 'hx::ObjectPtraws::mobile::AWSMobileHub_obj'; did you mean simply 'helloFromMobileHub'?"
here is a link to my repo for the haxelib I'm working on.
https://github.com/matthewswallace/AWSMobileHubHx
here is a link to example code that I'm trying to get working with my haxelib
https://github.com/matthewswallace/HelloKha