iOS Question Library Not Found iJson on remote compiler

EduardoElias

Well-Known Member
Licensed User
Longtime User
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
 

Attachments

  • b4i log.txt
    355.4 KB · Views: 114
Top