user3792433
user3792433

Reputation: 11

Appium iOS Simulator Setup error

I have a .app file that I copied to my mac in a local directory (Ex: /appium/test.app) and I pointed appium to the .app file. I'm getting the following error when running in the simulator:

Could not save new Info.plist
Error: ENOTDIR, not a directory

Can any one resolve my issue? Correct me if i am doing any fundamental wrong.

Upvotes: 1

Views: 630

Answers (1)

Jess
Jess

Reputation: 3146

I've gotten that error if I start the Appium server via the Mac App and point it at an .app directory in the Settings of the app.

You should try running Appium from the command line.

Upvotes: 1

Related Questions