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

LoadingView.xib missing? #44

Closed
frizzy75 opened this issue Mar 25, 2015 · 6 comments
Closed

LoadingView.xib missing? #44

frizzy75 opened this issue Mar 25, 2015 · 6 comments

Comments

@frizzy75
Copy link

I'm using CocoaPods to integrate Spring, but the app crashes when calling view.showLoading( ):
"Could not load NIB in bundle...with name 'LoadingView'"

Could this be because LoadingView.xib is not included in the podspec? I'm new to CocoaPods, but the podspec has: "s.source_files = 'Spring/.swift' " -- should there also be: ",.xib" ?

Thanks

@jamztang
Copy link
Contributor

Yes you're right, we're working on a fix, in the mean time you can copy LoadingView.xib and loading.pdf from Image.xcassets into your project.

@jamztang
Copy link
Contributor

Oh looks like it wouldn't work until the resource files are actually inside the library, please stay tuned.

@frizzy75
Copy link
Author

Thanks @jamztang - I will wait for the fix. And thanks for Spring!

@jamztang
Copy link
Contributor

Please try again :D

@frizzy75
Copy link
Author

Working! Thank you very much @jamztang !

@jamztang
Copy link
Contributor

you are welcome :)

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

2 participants