yshrkt / VuforiaSampleSwift

Vuforia sample code with SceneKit using Swift
MIT License
123 stars 24 forks source link

Error when integrating Vuforia 8 in the existing project #67

Open DrishyaOB opened 5 years ago

DrishyaOB commented 5 years ago

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.

djardon commented 4 years ago

Can you solve this error?

DrishyaOB commented 4 years ago

Not yet. We used ARKit for iOS 13 devices.

djardon commented 4 years ago

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

DrishyaOB commented 4 years ago

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