Meteor run ios Not working, Need Help

I follow the instructions for Meteor Mobile:
Meteor ver: Meteor 1.4.1.2
OS: Ver 10.11.6 OSX El Capitan

-meteor install-sdk ios
-meteor add-platform ios
-meteor run ios
-run xcode simulator

this is error output:
Getting installed version for platform android in Cordova project
Getting installed version for platform ios in Cordova project
Checking Cordova requirements for platform iOS
[[[[[ ~/Documents/METEOR/react-table ]]]]]

=> Started proxy.
Local package version is up-to-date: allow-deny@1.0.5
Local package version is up-to-date: autopublish@1.0.7
Local package version is up-to-date: autoupdate@1.2.11
Local package version is up-to-date: babel-compiler@6.9.1_1
Local package version is up-to-date: babel-runtime@0.1.11_1
Local package version is up-to-date: base64@1.0.9
Local package version is up-to-date: binary-heap@1.0.9
Local package version is up-to-date: blaze@2.1.9
Local package version is up-to-date: blaze-html-templates@1.0.5
Local package version is up-to-date: blaze-tools@1.0.10
Local package version is up-to-date: boilerplate-generator@1.0.10
Local package version is up-to-date: caching-compiler@1.1.7_1
Local package version is up-to-date: caching-html-compiler@1.0.7
Local package version is up-to-date: callback-hook@1.0.9
Local package version is up-to-date: check@1.2.3
Local package version is up-to-date: ddp@1.2.5
Local package version is up-to-date: ddp-client@1.2.9
Local package version is up-to-date: ddp-common@1.2.6
Local package version is up-to-date: ddp-server@1.2.10
Local package version is up-to-date: deps@1.0.12
Local package version is up-to-date: diff-sequence@1.0.6
Local package version is up-to-date: ecmascript@0.5.8_1
Local package version is up-to-date: ecmascript-runtime@0.3.14_1
Local package version is up-to-date: ejson@1.0.12
Local package version is up-to-date: es5-shim@4.6.14_1
Local package version is up-to-date: fastclick@1.0.12
Local package version is up-to-date: geojson-utils@1.0.9
Local package version is up-to-date: hot-code-push@1.0.4
Local package version is up-to-date: html-tools@1.0.11
Local package version is up-to-date: htmljs@1.0.11
Local package version is up-to-date: http@1.1.8
Local package version is up-to-date: id-map@1.0.8
Local package version is up-to-date: insecure@1.0.7
Local package version is up-to-date: jquery@1.11.9
Local package version is up-to-date: launch-screen@1.0.12
Local package version is up-to-date: livedata@1.0.18
Local package version is up-to-date: logging@1.1.15_1
Local package version is up-to-date: meteor@1.2.17_1
Local package version is up-to-date: meteor-base@1.0.4
Local package version is up-to-date: minifier-css@1.2.14_1
Local package version is up-to-date: minifier-js@1.2.14_1
Local package version is up-to-date: minimongo@1.0.17
Local package version is up-to-date: mobile-experience@1.0.4
Local package version is up-to-date: mobile-status-bar@1.0.12
Local package version is up-to-date: modules@0.7.6_1
Local package version is up-to-date: modules-runtime@0.7.6_1
Local package version is up-to-date: mongo@1.1.12_5
Local package version is up-to-date: mongo-id@1.0.5
Local package version is up-to-date: npm-mongo@2.2.10_1
Local package version is up-to-date: observe-sequence@1.0.13
Local package version is up-to-date: ordered-dict@1.0.8
Local package version is up-to-date: promise@0.8.7
Local package version is up-to-date: random@1.0.10
Local package version is up-to-date: reactive-var@1.0.10
Local package version is up-to-date: reload@1.1.10
Local package version is up-to-date: retry@1.0.8
Local package version is up-to-date: routepolicy@1.0.11
Local package version is up-to-date: shell-server@0.2.1
Local package version is up-to-date: spacebars@1.0.13
Local package version is up-to-date: spacebars-compiler@1.0.13
Local package version is up-to-date: standard-minifier-css@1.2.1
Local package version is up-to-date: standard-minifier-js@1.2.0_1
Local package version is up-to-date: templating@1.2.15
Local package version is up-to-date: templating-compiler@1.2.15
Local package version is up-to-date: templating-runtime@1.2.15
Local package version is up-to-date: templating-tools@1.0.5
Local package version is up-to-date: tracker@1.1.0
Local package version is up-to-date: ui@1.0.12
Local package version is up-to-date: underscore@1.0.9
Local package version is up-to-date: url@1.0.10
Local package version is up-to-date: webapp@1.3.11_1
Local package version is up-to-date: webapp-hashing@1.0.9
=> Started MongoDB.
Preparing Cordova project from app bundle
/Users/perpetual_wave_alpha/.meteor/packages/meteor-tool/.1.4.1_2.fpzmec++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/isopackets/cordova-support/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:165
throw error;
^

Error: EACCES: permission denied, unlink '/Users/perpetual_wave_alpha/Documents/METEOR/react-table/.meteor/local/cordova-build/resources/android_hdpi.icon.png’
at Error (native)

Thank you