nakal icon indicating copy to clipboard operation
nakal copied to clipboard

No such file or directory - ./config/nakal.yml (Errno::ENOENT)

Open bkarthick opened this issue 9 years ago • 7 comments

when I try to configure and run this feature - After the step "Now, execute your test by passing env variable NAKAL_MODE=build" I am getting this error " No such file or directory - ./config/nakal.yml (Errno::ENOENT)"

bkarthick avatar Feb 04 '16 09:02 bkarthick

You will have to create a config folder in your current working directory. If you are using cucumber, you might have this folder already. Next, you need to create a file called nakal.yml inside ./config folder and put the contents as below:

samsung_galaxy_s3: top: 50 right: 18 left: 0 bottom: 0

samsung_galaxy_s3 should be replaced by the device_name you are using. If you are not defining any device, put these contents in nakal.yml

default_device: top: 70 right: 10 left: 0 bottom: 0

rajdeepv avatar Feb 04 '16 10:02 rajdeepv

Thanks for your reply. I am using the default device setting in the "nakal.yml" and I am getting the error "45:53: execution error: Can’t get application "iOS Simulator". (-1728)". The device attached to system is ("Device Name : iPod touch", Model No : "MD720ZP/A")

bkarthick avatar Feb 05 '16 03:02 bkarthick

I have fixed the issue. please upgrade to v1.0.3 Let me know if this works

rajdeepv avatar Feb 08 '16 17:02 rajdeepv

After upgrading v1.0.3 simulator is getting initialized and still its not detecting the physical device.

bkarthick avatar Feb 10 '16 08:02 bkarthick

Support for physical iOS devices is not yet added. For iOS, only simulators will work

rajdeepv avatar Feb 10 '16 08:02 rajdeepv

Thanks for your reply @rajdeepv

bkarthick avatar Feb 15 '16 04:02 bkarthick

@bkarthick there is an issue with v1.0.3 . If you are still using simulator, please update to v1.0.4

rajdeepv avatar Feb 17 '16 06:02 rajdeepv