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

The app crashes importing with cocoapods and "use_frameworks!" #10

Closed
serluca opened this issue Aug 3, 2015 · 8 comments
Closed

The app crashes importing with cocoapods and "use_frameworks!" #10

serluca opened this issue Aug 3, 2015 · 8 comments

Comments

@serluca
Copy link
Contributor

serluca commented Aug 3, 2015

Podfile example

platform :ios, '7.0'
use_frameworks!
pod 'LumberjackConsole', :configurations => ['Debug']

Crash report

*** Terminating app due to uncaught exception 'NSInvalidArgumentException',
 reason: 'Could not find a storyboard named 'LumberjackConsole' in bundle NSBundle ...
@serluca serluca mentioned this issue Aug 3, 2015
rivera-ernesto added a commit that referenced this issue Aug 18, 2015
@AmauryVela
Copy link

Its happening to me Could not find a storyboard named 'LumberjackConsole' in bundle NSBundle

@serluca
Copy link
Contributor Author

serluca commented Mar 17, 2016

This happens because the podspec still points to the version 2.4.3.
@rivera-ernesto can you please push a new version?

In the mean time you can use
pod 'LumberjackConsole', :git => 'git@github.com:serluca/LumberjackConsole.git' (tested)
or
pod 'LumberjackConsole', :git => 'git@github.com:PTEz/LumberjackConsole.git', :branch => 'master' (didn't test) to fix this problem

@rivera-ernesto
Copy link
Member

Sure, I will take a look as soon as I can. Thanks for the suggested fixes too.

@johndpope
Copy link
Contributor

Hi Eneresto,

How are you? I'm learning to be patient these days.
Is there something I can help with?

JP

@rivera-ernesto
Copy link
Member

I haven't used use_frameworks! with there libraries yet.

It would help to add that to the demo app's Podfile and try to fix the errors.

@johndpope
Copy link
Contributor

It pains me to say this - but I'm afraid without the use_frameworks! compatibility - I can't recommend the team use this codebase. Found this (crude) alternative - https://github.com/burczyk/UIForLumberjack

@rivera-ernesto
Copy link
Member

Fixed since 3.0.0.

@johndpope
Copy link
Contributor

thank you.

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