iOS Question Release Logger Error

Yvon Steinthal

Active Member
Licensed User
Hello,

I am a bit confused, as i used to be able to make the release logger work fine

Downloaded and executed the B4iLogger.jar
Added the library to B4i and added:

B4X:
Dim rl As ReleaseLogger
rl.Initialize("192.168.0.105", 54323)

To my application Start.

Here's my error from the compiler:

ld: warning: object file (../../Libs/libiMedia.a(B4IVideoView.o)) was built for newer iOS version (7.1) than being linked (7.0)
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_B4IUDPPacket", referenced from:
objc-class-ref in libiReleaseLogger.a(iReleaseLogger.o)
"_OBJC_CLASS_$_B4IUDPSocket", referenced from:
objc-class-ref in libiReleaseLogger.a(iReleaseLogger.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
Ld Payload/EyeVu\ Optoclick.app/EyeVu\ Optoclick normal armv7
(1 failure)

Any help?
 
Top