iOS Question Encountering Library Not Found Error

mollensoft

Member
Licensed User
Longtime User
Hello all,
have searched the forums but cannot identify a solution to build failure after updating to B4I v6.80 about an hour ago. Seems as if though the linker cannot find the liSQL library.

Any ideas?

Key error text: "ld: library not found for -liSQL"

Other Pertinent Error Message Details:


Ld /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/Payload/TestApp7.app/TestApp7 normal x86_64 (in target 'B4iProject' from project 'B4iProject')
cd /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios10.0-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk -L/Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/Payload -L../../Libs -F/Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/Payload -F../../Libs -filelist /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-normal/x86_64/TestApp7.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-normal/x86_64/TestApp7_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/TestApp7.app-Simulated.xcent -lCore -framework Foundation -framework CoreGraphics -framework UIKit -liSQL -liDateUtils -liMedia -lxCustomListView -liSpeechRecognition -liHttp -framework AVFoundation -lsqlite3 -lixui -framework Speech -liBitmapCreator -liStringUtils -liDebug2 -Xlinker -dependency_info -Xlinker /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-normal/x86_64/TestApp7_dependency_info.dat -o /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/Payload/TestApp7.app/TestApp7
ld: library not found for -liSQL
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
Ld /Users/bigal/Documents/B4iBuildServer\ 2/UploadedProjects/<user id>/Payload/TestApp7.app/TestApp7 normal x86_64
(1 failure)
 

Semen Matusovskiy

Well-Known Member
Licensed User
libiSQL.a is present in all B4iBuildServer.zip, which i have (5.51-6.80)

Meanwhile an error sounds: "ld: library not found for -liSQL"
What is liSQL (which really is not present) ?
 
Last edited:
Upvote 0

mollensoft

Member
Licensed User
Longtime User
Thank you Gentlemen, I just downloaded the B4iBuildServer.zip again and it seems to work just fine.
 
Upvote 0
Top