Skip to content

iOS command to start Repl is not working  #2

@KranthiReddyK

Description

@KranthiReddyK

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");`

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions