VuforiaSampleSwift icon indicating copy to clipboard operation
VuforiaSampleSwift copied to clipboard

Error when integrating Vuforia 8 in the existing project

Open DrishyaOB opened this issue 5 years ago • 4 comments

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.

DrishyaOB avatar Oct 25 '19 11:10 DrishyaOB

Can you solve this error?

djardon avatar Feb 10 '20 12:02 djardon

Not yet. We used ARKit for iOS 13 devices.

DrishyaOB avatar Feb 11 '20 05:02 DrishyaOB

But can you use Vuforia SDK 8.+ in a Swift project? Or use ARKit?

djardon avatar Feb 11 '20 08:02 djardon

I am not sure about adding Vuforia SDK only to a Swift project. But we can definitely use ARKit in a Swift Project.

DrishyaOB avatar Feb 11 '20 10:02 DrishyaOB