xcode 4.3.3
Lion 10.7.4
Vuforia 1.5.8
Iphone4 5.1
I installed the SDK, opened the ImageTargets Sample,without any changes.
When I runing the app on Iphone,it shows "Failed to load data set" alert 3 times.the first time was flash over,the other 2 times need to touch the comfirm button.
what should i do?
thx
I have the same problem. The .xml and .dat files copied to the the Ressource folder with another sample .xml and .dat files. It reads the sample files but it has problem reading my files.
All I've done is: I've called the
dataSetTEST = [self loadObjectTrackerDataSet:@"TEST.xml"];
And I get the following errors:
loadObjectTrackerDataSet (TEST.xml)
ObjectTracker: Successfully created dataset
INFO: successfully loaded data set
Failed to load dataset 'TEST.xml'.
ERROR: failed to load data set
I need help!!! :)