Testing ARKit without iPhone6s or newer

狂风中的少年 提交于 2019-12-08 17:44:51

问题


I am before decision to download Xcode9. I want to play with new framework - ARKit. I know that to run app with ARKit I need a device with A9 chip or newer. Unfortunately I have an older one. My question is to people who already downloaded the new Xcode. There is a possibility to run ARKit app in my case? Any simulator for that or something else? Any ideas or will I have to buy new device?


回答1:


ARKit is available on any iOS 11 device, but the world tracking features that enable high-quality AR experiences require a device with the A9 or later processor.It is Necessary to update your device with iOS 11 beta.




回答2:


There is another problem due to iOS11 beta1 bug, iOS 11 Beta 1 Release Notes And Known Issues According To Apple

This means you need an iPhone 6S or better to use ARKit(ARSessionConfiguration) at the current time. Until the iOS11 beta2 release...

2017.07.13 update

My iphone6 had update to iOS11 beta3, and it can run ARWorldTrackingSessionConfiguration, amazing!

2017.09.07 update

iphone6 can not run ARWorldTrackingConfiguration in recently iOS11 beta...... :(



来源:https://stackoverflow.com/questions/44567920/testing-arkit-without-iphone6s-or-newer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!