Running the video playback sample, built with XCode 8 (so iOS 10), on an iOS 11 device it fails to open the videos for some reason. If I open the video myself in the standard OS video player controller then it loads and plays fine but trying to open the video with the following fails:
easyar_VideoPlayer* player = [easyar_VideoPlayer create];
[player open:path_ storageType:easyar_StorageType_Assets callback: ...];
But building with XCode 9 Beta 6 and running on an iOS 11 device it crashes pretty much straight away with _platform_memmove at the top of the stack :(