Frank icon indicating copy to clipboard operation
Frank copied to clipboard

'frank inspect' doesn't connect to localhost:37265

Open tedlin182 opened this issue 11 years ago • 3 comments

I was able to do 'frank build' and 'frank launch' fine, but running 'frank inspect' launched a new tab in my browser trying to connect to 'localhost:37265', but it says it's unable to connect.

tedlin182 avatar Sep 18 '13 21:09 tedlin182

We are also having this issue. 'frank console' does not want to connect either. Everything seemed to be working until we upgraded to xcode 5. We have checked all of our linker flags and they are correct.

dottostring avatar Sep 25 '13 21:09 dottostring

I just had this start working by changing my build info from 'Use Release for command-line builds' to 'Use Debug for command-line builds'.

TBH I'm not exactly sure why it fixed things - my other project has 'Release' and is working fine with Xcode5, iOS7.

dlongmuir avatar Oct 08 '13 20:10 dlongmuir

Adding

-configuration Debug

to

frank build

before doing

frank inspect

worked for me.

Just FYI I took dlongmuir's command for building workspaces from the other thread, namely:

frank build --workspace Project.xcworkspace --scheme Project --configuration Debug ONLY_ACTIVE_ARCH=NO

And that got the app up and running with symbiote.

michaelhayman avatar Mar 21 '14 16:03 michaelhayman