Getting following error when try to use Layar SDK in my existing app. How can I solve this?
Ld /Users/pnawale/Library/Developer/Xcode/DerivedData/hub-afxxzaq
YOU MIGHT HAVE SIMILAR PLUGINS INSTALLED.
I am using Cordova, and also had several duplicate symbol errors. I had installed two similar plugins:
Fixed it by removing "cordova plugin email" using...
cordova plugin remove cordova-plugin-email
After that I ran...
cordova prepare
cordova build ios
Now my xCode build ran like a charm! Woooo Hooo!