-
Notifications
You must be signed in to change notification settings - Fork 7
Description
java> ios.start("iPhone-7", "EE7A251E-1AEE-4BE1-AF41-77F616C00958", "/Users/kranthi/Library/Developer/Xcode/DerivedData/path/to/example.app", "http://0.0.0.0:4723/wd/hub", "1200") is the command I gave and returned the result.
I have started Appium session before running the above command.
`ERROR: start(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) is not public in com.mobilebox.repl.commands.IOSCommands; cannot be accessed from outside package
ios.start("iPhone-7", "EE7A251E-1AEE-4BE1-AF41-77F616C00958", /Users/kranthi/Library/Developer/Xcode/DerivedData/path/to/example.app", "http://0.0.0.0:4723/wd/hub", "1200");
^
ERROR: start(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) is not public in com.mobilebox.repl.commands.IOSCommands; cannot be accessed from outside package
ios.start("iPhone-7", "EE7A251E-1AEE-4BE1-AF41-77F616C00958", /Users/kranthi/Library/Developer/Xcode/DerivedData/path/to/example.app", "http://0.0.0.0:4723/wd/hub", "1200");
^
ERROR: incompatible types: void cannot be converted to java.lang.Object
ios.start("iPhone-7", "EE7A251E-1AEE-4BE1-AF41-77F616C00958", /Users/kranthi/Library/Developer/Xcode/DerivedData/path/to/example.app", "http://0.0.0.0:4723/wd/hub", "1200");`