I´m trying to get the LayarPlayer SDK to work but i im stuck. I´ll keep getting this warning no matter what i do. I have followed there “guide” but it doesnt help. Anyone here who can help?
"_OBJC_CLASS_$_LPAugmentedRealityViewController", referenced from:
objc-class-ref-to-LPAugmentedRealityViewController in FirstViewController.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Seems to me you need to link to the binary library. In Xcode go “Groups & Files” (left panel in the default layout). Then right click on Add Existing Frameworks->Add Other … locate and select liblayarplayer.a in the “Release” directory.