Source path does not exist: targets/StonesAndChips.dat
fariskas opened this issue · 3 comments
fariskas commented
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?
Papimo commented
I have the same problem...
fariskas commented
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
tom-nguyen commented
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>