Open DrishyaOB opened 5 years ago
Can you solve this error?
Not yet. We used ARKit for iOS 13 devices.
But can you use Vuforia SDK 8.+ in a Swift project? Or use ARKit?
I am not sure about adding Vuforia SDK only to a Swift project. But we can definitely use ARKit in a Swift Project.
I have been relying on this project in which I have developed an application using Vuforia SDK version 6. It seems that there is an issue within iOS 13 phones. I am not getting the results in the following line of code in VuforiaEagleView.mm file
NSArray* results = [_renderer hitTest:pos options:nil];
for iOS devices. It is working in up to iOS 12 devices.
Any help will be much appreciated.