I have just exported my prototype game to Xcode and I got the following errors. I have never worked with XCode before and all my attempts have been useless. Any help or explanation on what is going on would be greatly appreciated!
"_restore", referenced from:
RegisterMonoModules() in registerMonoModules.o
(maybe you meant: _console_restore ........)
"_purchase", referenced from:
RegisterMonoModules() in registerMonoModules.o
"_initialize", referenced from:
RegisterMonoModules() in registerMonoModules.o
(maybe you meant: _ZNSt6vector ........)
and:
Linker command failed with exit code 1 (use -v to see invocation)
↧