Ofelia
Ofelia copied to clipboard
ofxiOSGetDocumentsDirectory() not working
I´m trying something like:
if (ofGetTargetPlatform() == OF_TARGET_IOS) then; local path = ofxiOSGetDocumentsDirectory(); print('loading from iosDocs: '..path); end;
on Device I´m getting "attempt to call a nil value (global 'ofxiOSGetDocumentsDirectory')"
Am I missing something?
OSX 11.1 with XCode Version 12.5.1 iOS14.6