-
Notifications
You must be signed in to change notification settings - Fork 237
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
Frankified app can't launch after build #198
Comments
That's a strange error. It looks like it's happening when the frank build is trying to copy the Frankified app into the new directory. I don't suppose your machine's disk is full? Can you share the full output of the build to help me diagnose this. |
@moredip Yep, my disk has enough free space. And I thought this issue mostly like wrong FRANK_LDFLAGS here, I've tried several different LDFLAGS and finally got this build finished successfully. https://gist.github.com/chouti/5453155 This is the out put while build successfully. BUT when I try https://gist.github.com/chouti/5453164 here is the out put when I tried I've no idea why the http sever was not start. |
I'm at a bit of a loss on this one. Is there any chance you could share your repo with me so I can help get to the bottom of this? |
I'm having the same issue right now, any news ? |
I was seeing that until I switched to use "Debug" configuration for command line builds. I also build for frank using: frank build --workspace Project.xcworkspace --scheme Project --configuration ONLY_ACTIVE_ARCH=NO |
I'm getting this error too, using frank-cucumber-1.2.2 on mac ruby 1.8 (and bundler). Adding the configuration parameter to frank build didn't help. @dlongmuir How can I make sure 'frank build' is using the "Debug" configuration for command line builds? |
And (oh right) I forgot to mention that I'm using Cocoapods. After reading this related discussion I noticed that, after running 'frank build', my app is in ./Frank/frankified_build/Applications/ instead of ./Frank/frankified_build/. I did this a579fd8 and now the whole process seems to be working. |
Before build I've removed the "-all_load" FRANK_LDFLAGS, in order to avoid the duplicate symbol issue
after build succeeded I've got below error message
And my frankified app can't be launched with
frank launch
The text was updated successfully, but these errors were encountered: