-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Frank's Lumberjack library interferes with the test project's Lumberjack library #156
Comments
Alternate solution may be remove the |
And it's actually CocoaHTTPServer that has the Lumberjack classes. |
I'm seeing this same issue too - I'd like to use Lumberjack in my project, but Frank interferes with it. |
Yes, I had this issue in past, I did rebuild the symbol names in Lumberjack which I thought would fix this issue. Thanks for fixing this. |
Why am i still seeing this in open issue? is it not yet fixed? |
You're right, this should now be fixed. |
I'm using frank-cucumber gem version 1.1.10 and with -all-load flag open in my config file, but I will saw the duplicate error when building. |
Same here, I'm still having issues with Lumberjack. |
Here we go, need to use the proper flag
The rest of the flags are here. |
If the test target has the Lumberjack logging library installed,
frank build
will fail with duplicate symbol errors.etc. for all the other Lumberjack DDLog classes.
I'm not sure what the solution is. I'd say the easiest would be to remove the Lumberjack library from Frank release builds. I'm open to any alternatives.
The text was updated successfully, but these errors were encountered: