New keyword in livecoding


#1

Does the new keyword work in the live coding portion of OsciStudio?

I got this error

warning: -sdk_version is required when emitting min version load command. Setting sdk version to match provided min version
Undefined symbol: /var/folders/xb/frxqlc7517b74v77m9s1qlhc0000gn/T/snippet_4_2020_11_03_09_31_26_368_gohkpvwrbmcoarqz_cpp-8cd4e0.o: operator new(unsigned long)
symbol(s) not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)

It went away when I stopped using new, but what I’m trying to do doesn’t really work without the new keyword.