There was an error while loading. Please reload this page.
In WikitudePhoneGapSampleGenerator.sh, Line 41: sed -i '.original' 's/\<platform name....
sed -i '.original' 's/\<platform name....
The space between -i and the suffix is incorrect and prevents script from successfully installing. correct: sed -i'.original' 's/\<platform name....
-i
sed -i'.original' 's/\<platform name....
(Ubuntu 14.04, sed (GNU sed) 4.2.2)
In WikitudePhoneGapSampleGenerator.sh, Line 41:
sed -i '.original' 's/\<platform name....The space between
-iand the suffix is incorrect and prevents script from successfully installing.correct:
sed -i'.original' 's/\<platform name....(Ubuntu 14.04, sed (GNU sed) 4.2.2)