I installed purebasic for testing purposes on my mac mini.
Version: PureBasic 6.12 LTS - C Backend (MacOS X - arm64)
Trying to compile a test-file results in following:
Code: Select all
Undefined symbols for architecture arm64:
"_objc_msgSend$AddGadgetItem:text:image:flags:", referenced from:
_PB_AddGadgetItem3 in Gadget.a(AddGadgetItem.o)
_PB_AddGadgetItem2 in Gadget.a(AddGadgetItem.o)
_PB_AddGadgetItem in Gadget.a(AddGadgetItem.o)
"_objc_msgSend$ClearGadgetItems", referenced from:
_PB_ClearGadgetItems in Gadget.a(ClearGadgetItems.o)
...
XCODE:Version 16.1 (16B40) (kam als Autoupdate)
The same install-file works on a MacBook with M2 max and 14.xx MacOs.
Whats wrong?
See also:
https://www.purebasic.fr/german/viewtopic.php?p=367032