Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

IB Designables Error after update to 4.0 #204

Closed
cakl opened this issue May 4, 2015 · 7 comments
Closed

IB Designables Error after update to 4.0 #204

cakl opened this issue May 4, 2015 · 7 comments
Labels

Comments

@cakl
Copy link

cakl commented May 4, 2015

After updating to version 4.0, I get the following errors when building my project:

error: IB Designables: Failed to update auto layout status: Failed to load designables from path (null)
error: IB Designables: Failed to render instance of BEMSimpleLineGraphView: Failed to load designables from path (null)
@Boris-Em
Copy link
Owner

Boris-Em commented May 4, 2015

Hi @cakl,
Can you confirm that your project still compiles and also that you have the latest version of CocoaPods?
Thanks!

@cakl
Copy link
Author

cakl commented May 4, 2015

the project still compiles, yes.

I updated to 4.0 on the pod version 0.36.4, thought this might be the error so I uninstalled the pod BEMSimpleLineGraph and reinstalled on cocoapods 0.37.

@Boris-Em
Copy link
Owner

Boris-Em commented May 4, 2015

And you still have the errors, right?

@cakl
Copy link
Author

cakl commented May 4, 2015

Yes, I already tried the following and have still the error:

  1. remove pod from podfile
  2. pod update
  3. added 4.0 in podfile
  4. pod install
  5. cleaned and removed Derived Data

@Boris-Em
Copy link
Owner

Boris-Em commented May 4, 2015

Thanks for your feedback. It seems like a pretty common issue with CocoaPods that we haven't anticipated.
Here are some threads talking about the issue: thread#1, thread#2, thread#3.

On the thread#3, there seems to be a fix. If you could give it a try and report back to us that would be great!

@Boris-Em Boris-Em added the bug label May 4, 2015
@cakl
Copy link
Author

cakl commented May 4, 2015

Hey Boris, as I use frameworks I get another cocoapods issue but the preview in the IB works now. So I think this works as a bugfix. Thanks a lot

@cakl cakl closed this as completed May 4, 2015
@Boris-Em
Copy link
Owner

Boris-Em commented May 4, 2015

Great, thanks @cakl!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@cakl @Boris-Em and others