hansemannn / titanium-arkit

Use the iOS 11 ARKit API in Axway Titanium
MIT License
28 stars 6 forks source link

missing libtitanium-arkit-master.a #4

Closed alexyellowcube closed 7 years ago

alexyellowcube commented 7 years ago

i try to use your module, but i get error message as show as below:

[ERROR] : Module titanium-arkit-master version 1.0.0 is missing library file: /Users/dinghengduan/Documents/Appcelerator_Studio_Workspace/test arkit/modules/iphone/titanium-arkit-master/1.0.0/libtitanium-arkit-master.a

Is there a file missing in your module?

hansemannn commented 7 years ago

Please ensure to properly include the module, there is no reference to any file called libtitanium-arkit-master.a in the official release from the Releases tab.

alexyellowcube commented 7 years ago

Thanks you for your fast respond. i had solve it by download from the releases tab and it work well.

wish to have the object recognition for this module in the future.