iOS Question library does not compile in B4I

SMOOTSARA

Active Member
Licensed User
Longtime User
Hi
There are error when i compile my library in B4i
But this library does compile in Simulator successfully
B4i version: 5.3
Java jdk: 9
I attach error file in this post
 

Attachments

  • error.txt
    257.2 KB · Views: 161

SMOOTSARA

Active Member
Licensed User
Longtime User
The problem is with iAmirStickerView library. It is not built properly:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_iAmir_StickerView", referenced from:
objc-class-ref in b4i_modulepicture.o
ld: symbol(s) not found for architecture arm64

Thank you dear Erel for answering this matter.

How do i can solve this problem?
What is this error?
This library is first experience about Create Library for B4i
I had seen we have to add architecture for device
Is it?
Thanks
 
Upvote 0
Top