-
Notifications
You must be signed in to change notification settings - Fork 83
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
CollapseClickCell not loading #6
Comments
Is CollapseClickCell.xib added into your project? |
Hi, On Mar 29, 2013, at 11:06 PM, Ben Gordon [email protected] wrote:
|
Good catch, it looks like I only included .m/.h files in the podspec. After adding it, you still get the same error? |
absolutely yes :) On Mar 30, 2013, at 5:20 PM, Ben Gordon [email protected] wrote:
|
The only thing I can think of, is that it may not be in the "Copy Bundle Resources" list inside of "Build Phases" when you click on the target. (located in the same place you add new frameworks) The new podspec is updated to include the xib. |
Cool.. I give it a try and will give you feedback ASAP! On Mar 30, 2013, at 6:17 PM, Ben Gordon [email protected] wrote:
|
I also get this error and I installed using CocoaPods. The xib is in the "Copy Bundle Resources" list in the Pods project. |
i still have the same problems with pod version 1.0.1. |
Same here! What to do? |
Use this code by Storyboard
but not work and give error that cell is null in CollapseClick.m at this codes |
Same problem here.... "could not load NIB with name 'CollapseClickCell' |
Hello,
after doing all the steps, like you wrote, I got the message: "could not load NIB with name 'CollapseClickCell'
Did I miss something out? I don't think I have to configure one, do I?
The text was updated successfully, but these errors were encountered: