Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tedlin182 opened this issue Sep 18, 2013 · 3 comments
Open

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

tedlin182 opened this issue Sep 18, 2013 · 3 comments

Comments

@tedlin182
Copy link

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.

@dottostring
Copy link

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.

@dlongmuir
Copy link
Collaborator

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.

@michaelhayman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants