iOS Question IreleaseLogger no longer works ?

marcick

Well-Known Member
Licensed User
Longtime User
I often temporarely use IreleaseLogger to test the app in real conditions, but after some updates here and there, now it generates this error:

B4X:
Undefined symbols for architecture arm64:
  "_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 arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
    Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/Bmap4E normal arm64
(1 failure)

I hope the problem is the library that needs a quick and easy update (I have 1.00), I found it a very useful tool.
 

marcick

Well-Known Member
Licensed User
Longtime User
Well, I'm using 4.41 builder and looks like the IreleaseLogger library is vs 1.00
If I did a mistake in copying files, could you please send me again the current packet ?
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Sorry but looks like there is still a compile error enabling that library.
Tried with 32 bit and 64 bit debug architecture.
Same using hosted builder.
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
I removed some days ago the Inetwork library because I saw it was not used ..... forgetting it is needed for IreleaseLogger .... :mad::confused::eek:o_O
Thank you ..
 
Upvote 0
Top