sortofsleepy / ofxARKit

A starting point for openFramworks and ARKit experimenting.
257 stars 34 forks source link

metalcam example error #63

Closed erikparr closed 5 years ago

erikparr commented 5 years ago

image

on xcode 10.1

sortofsleepy commented 5 years ago

Hi @erikparr !

I do not have XCode 10 handy to test at the moment - hopefully someone will be able to chime in until I can. It's an interesting error message if the error is what I think it is.

Does changing that chunk to

   using namespace ofxARKit::core;
@implementation MyAppViewController
   // other code
- (void)loadView {
    [super loadView];

   SFormat format;
    format.enableLighting();
    self.session = generateNewSession(format);

  // ... 

work?

Or was this a general note that this needed to be fixed?

sortofsleepy commented 5 years ago

Closing to clean up due to lack of response and other reporting.