I am new in iOS application Automation, so far I have set up Frank
framework on my Mac machine. I have followed the tutorial. I have
created a new project and added the Frank skeleton directory to your
app source code.
I have added the Frank server to Frankified target, added CFNetwork
dependency and linker flags. I have turned ON the Accessibility
Inspector on Simulator. Created application successfully RUN on iPhone
simulator. But got "Unable to connect" message on "http://localhost:37265 or http://127.0.0.1:37265"
page.
I have checked all html/css/js are exists in resource bundle.
$curl -v http://localhost:37265
* About to connect() to localhost port 37265 (#0)
* Trying ::1... Connection refused
* Trying fe80::1... Connection refused
* Trying 127.0.0.1... Connection refused
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
macs-Mac-3:Atin mac$