Wikitude / wikitude-cordova-plugin

Wikitude's Augmented Reality Plugin for Cordova - working together with the Wikitude SDK library for Android and iOS. Provides image recognition and tracking, geo-based augmente reality and 3D rendering and animations in an augmented reality scene
https://www.wikitude.com
Other
201 stars 182 forks source link

cordova image not found #136

Closed phyr0s closed 5 years ago

phyr0s commented 5 years ago

I'm getting this error on xCode launching the app

dyld: Library not loaded: @rpath/WikitudeSDK.framework/WikitudeSDK Referenced from: /var/containers/Bundle/Application/521B55B8-CDA6-4F39-8FE8-D812D3AC03D9/WikitudeIonic3StarterApp.app/WikitudeIonic3StarterApp Reason: image not found (lldb)

AndreasSchacherbauerWikitude commented 5 years ago

Hi @videmort , Did you update your Cordova and Cordova-iOS installations to the latest available versions? They usually add additional dependencies correctly in Xcode. You can manually fix this by adding the WikitudeSDK framework to the 'Embedded Binaries' section in the targets General tab.

Best regards, Andreas Schacherbauer