Created
January 30, 2014 05:19
-
-
Save victorhooi/8703017 to your computer and use it in GitHub Desktop.
Appium Console Log - Permission Error for iOS Simulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| info: Welcome to Appium v0.14.2 | |
| info: Appium REST http interface listener started on 0.0.0.0:4723 | |
| info - socket.io started | |
| info: Spawning instruments force-quitting watcher process | |
| info: [FQInstruments] Force quit unresponsive instruments v0.0.1 | |
| info: Responding to client with success: {"status":0,"value":{"build":{"version":"0.14.2","revision":"113e796b850b28e7066fe472faf8554b73b6299d"}}} | |
| debug: Appium request initiated at /wd/hub/status | |
| GET /wd/hub/status 200 9ms - 144b | |
| debug: Request received with params: {} | |
| debug: Appium request initiated at /wd/hub/status | |
| info: Responding to client with success: {"status":0,"value":{"build":{"version":"0.14.2","revision":"113e796b850b28e7066fe472faf8554b73b6299d"}}} | |
| debug: Request received with params: {} | |
| GET /wd/hub/status 200 2ms - 144b | |
| debug: Appium request initiated at /wd/hub/session | |
| debug: Request received with params: {"sessionId":null,"desiredCapabilities":{"javascriptEnabled":true,"app":"safari","platform":"ANY","browserName":"firefox","version":"","device":"iPhone Simulator"}} | |
| info: Trying to use mobile safari, version null | |
| info: Looking for built in app MobileSafari | |
| info: Got app, trying to copy /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/Applications/MobileSafari.app to tmp dir | |
| info: Copied MobileSafari to /tmp/Appium-MobileSafari.app | |
| error: Could not prepare mobile safari with version '7.0': Error: We don't have write access to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/Applications/MobileSafari.app, please re-run authorize as dentin | |
| info: Got configuration error, not starting session | |
| error: Failed to start an Appium session, err was: Error: We don't have write access to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/Applications/MobileSafari.app, please re-run authorize as dentin | |
| info: Cleaning up appium session | |
| info: Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: We don't have write access to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/Applications/MobileSafari.app, please re-run authorize as dentin)","origValue":"We don't have write access to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/Applications/MobileSafari.app, please re-run authorize as dentin"},"sessionId":null} | |
| POST /wd/hub/session 500 1199ms - 570b | |
| debug: Appium request initiated at /wd/hub/status | |
| info: Responding to client with success: {"status":0,"value":{"build":{"version":"0.14.2","revision":"113e796b850b28e7066fe472faf8554b73b6299d"}}} | |
| debug: Request received with params: {} | |
| GET /wd/hub/status 200 1ms - 144b | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment