"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Issue with Vuforia::Trackable in iOS

Hi, we are struggling to implement vuforia sdk in our existing project. We dragged and dropped every classes of vuforia in our project, but unfortunately we are getting errors as file does not exist. Then we have made changes in every classes like “#import <Vuforia/Vuforia.h>” to “#import “Vuforia.h”, then the errors of “file doesn’t exist” are gone, but we have still some erroors in renderFrameVuforia method of ImageTargetsEAGLView.mm class.

const Vuforia::TrackableResult* result = state.getTrackableResult(i); const Vuforia::Trackable& trackable = result->getTrackable();

2nd line of avobe code in renderFrameVuforia method shows error like “Member access into incomplete type 'const Vuforia::TrackableResult'” . So we are stuck in here.  Please let me know what should we do to get rid of this problem ? Thanks.