Matthijs Kamstra
Matthijs Kamstra
what you expect: ` Main.hx:3: Mac `
yes I did. 3.2.x I guess... I have had this problem before. How do we test this? How do I uninstall haxe ( what nobody should do.... ever! ) so...
Okay I removed haxe dir (`/usr/local/lib/haxe/`), removed files you mentioned. checked ``` Haxe Compiler 3.3.0 - (C)2005-2016 Haxe Foundation Haxe Library Manager 3.3.0 - (c)2006-2016 Haxe Foundation ``` tried it...
that is indeed a good idea, I will keep that in mind
@mastef if you have any ideas about what would be helpful, you can add it here or create a pull request
almost there, I now get this error: ``` Undefined symbols for architecture arm64: "_cameramic_register_prims", referenced from: _main in Main.o ld: symbol(s) not found for architecture arm64 clang: error: linker command...
``` Error: ./common/CameraMic.cpp:1:10: fatal error: 'Utils.h' file not found #include "Utils.h" ```
we are getting closer: I deleted the Iphone folder, and rebuilded with `lime rebuild CameraMic ios` and tried to build it for `ios` and got this error: ``` Undefined symbols...
**my 5cents** It shouldn't be in the folder next to the `build.hxml` even if it's removed after you close VSCODE. Usually I commit my code before closing the editor, and...
thx for the update.... haven't worked on it for a while will find some time to work on it asap