Open tedlin182 opened 11 years ago
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.
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.
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.
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.