dyld: Symbol not found: _OBJC_CLASS_$_ARWorldTrackingConfiguration

I am running on

ARKit
in Xcode a very simple program that runs on the simulator but does not run on my device and this message appears:

dyld: Symbol not found: _OBJC_CLASS_$_ARWorldTrackingConfiguration
Referenced from: /var/containers/Bundle/Application/323B6BE2-C22F-44A6-A365-70D91F33058D/ARPaint.app/ARPaint Expected in: /System/Library/Frameworks/ARKit.framework/ARKit in /var/containers/Bundle/Application/323B6BE2-C22F-44A6-A365-70D91F33058D/ARPaint.app/ARPaint

Does anyone know something about it?


Thank you very much for any response.

Replies

You cannot run ARKit on the simulator. You must run it on real devices with at least Apple A9 processors (from iPhone SE)

Hello! I'm getting the same error when launching the app, I'm using XCode 10.1 and an iPhone 6S Plus. The app is a new AR project from scratch. Some ideas about what could be happening?