Hi there
I am having this compiler error:
ld: library not found for -lJSON
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld /Users/administrator/Documents/UploadedProjects/<user id>/Payload/SigaVaga.app/SigaVaga normal
(1 failure)
iJSON is explicit selected on the Libraries Manager. I use it on a B4XLib that I made that I am already using on B4a
Created a new test app and added this library source code on b4i and it compiles fine, it is the only place that i make reference to iJSON
I am having this compiler error:
ld: library not found for -lJSON
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld /Users/administrator/Documents/UploadedProjects/<user id>/Payload/SigaVaga.app/SigaVaga normal
(1 failure)
iJSON is explicit selected on the Libraries Manager. I use it on a B4XLib that I made that I am already using on B4a
Created a new test app and added this library source code on b4i and it compiles fine, it is the only place that i make reference to iJSON