VuforiaSampleSwift
VuforiaSampleSwift copied to clipboard
Error when integrating Vuforia 8 in the existing 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.
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.