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
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
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
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