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