Notifications
Clear all
0
May 27, 2020 9:43 am
Topic starter
I'm encountering a reproducible crash on compilation which seems to be due to calendarControl.
Im using gitHub for source control - every time i switch branches and try to run the XOJO project, compilation fails due to a Linking error:
Linking Executable
Undefined symbols for architecture x86_64:
"__InternalGlobals2.MD5%s%s", referenced from:
_piDog_CalendarControl.!Register%b%sssi8 in piDog_CalendarControl.o
ld: symbol(s) not found for architecture x86_64
The only way to resolve this is to remove the calendarControl and drop a 'fresh' copy into the XOJO project (XML format).
Is there a sensible way to resolve this?
stam Topic starter
June 18, 2020 10:37 am
Hi,
Version: 2019r3
Target: MacOS
Optimisation: default
Happens on debug run.
I’ve been using Git source control, error seems to happen when I’ve been working on win box, push to git and then when loading from git onto my Mac...