dsgriffin/cordova-vuforia-example

Source path does not exist: targets/StonesAndChips.dat

fariskas opened this issue · 3 comments

Just downloaded the example app, and tried to add / prepare ios platform but im facing this error:

Source path does not exist: targets/StonesAndChips.dat

checked both www/targets and platforms/ios/www/targets, and there is the file. whats causing this error?

I have the same problem...

IIRC, i think i resolved it(but not totally sure),

check the file path of StonesAndChips.dat in your project, i believe i had to add a /www/ or something into the file path

ios

<platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <resource-file src="www/targets/StonesAndChips.xml" /> <resource-file src="www/targets/StonesAndChips.dat" /> </platform>