I just added “iOS SDK Essentials” to my project. From the options, I unchecked all the preview modules. I also deleted all of the example scripts, since they were giving me errors. However, I still get four errors (two of each of the following):
FileNotFoundException: Could not load file or assembly ‘U3DXTPersonal, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies.
EntryPointNotFoundException: UP_CoreXT_init
Note that I did NOT select the Personal module.
I’m just using the sample code to pick an image, so the second exception is from this line:
if (CoreXT.IsDevice)
How do get get rid of these errors?