Error start page at 'www/index.html' was not found

Hi all,

I experienced the following error:

error start page at ‘www/index.html’ was not found

It was to do with an error in ‘platforms/ios/cordova/libcopy-www-build-step.sh’

DST_DIR="$BUILT_PRODUCTS_DIR/$FULL_PRODUCT_NAME/www"

should be

DST_DIR="$BUILT_PRODUCTS_DIR/$FULL_PRODUCT_NAME/www/"

Hope this saves somebody else in the future :smile:

very help full - thanks for sharing - ‘platforms/ios/cordova/lib/copy-www-build-step.sh’ by the way for the copy / pasting people :smile: