Unable to start server with either the "both" or the "ios" flags. Help needed! #748
-
I have went through all the setup steps and can successfully start the device grid up if I run the following command: appium server -ka 800 --use-plugins=device-farm,appium-dashboard,execute-driver --plugin-device-farm-platform=android However, if I try to change platform to either ios or both the appium instance crashes. Here are the logs if I set the flag to both: testings-MacBook-Pro:~ testing$ appium server -ka 800 --use-plugins=device-farm,appium-dashboard,execute-driver --plugin-device-farm-platform=both Does anyone have any input as to what the problem might be? As mentioned earlier, it works very well if I pass the "android" parameter. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
@jhumphrey-rsc can you tell me what happens when you run the command in your terminal
|
Beta Was this translation helpful? Give feedback.
-
Hello, I have the same issue with the simulator iPhone 14 in Mac M2. Here are my steps:
Appreciate for help |
Beta Was this translation helpful? Give feedback.
I believe I have it working now finally. It looks like there was an issue with adding the variable for go-ios to my bash profile. Thank you for your response!