CocoaPods / blog.cocoapods.org

The blog for CocoaPods
https://blog.cocoapods.org/
34 stars 38 forks source link

[CocoaPods 0.36] Remove section about IBDesignable #74

Closed mrackwitz closed 9 years ago

mrackwitz commented 9 years ago

This was only valid for some betas of Xcode. Meanwhile it builds also library targets for the interface builder, which isn't fully supported with CP yet, but that can be fixed.

neonichu commented 9 years ago

But they have to be dynamic libraries, don't they?

AliSoftware commented 9 years ago

@mrackwitz You mean that, while in previous betas IBDesignable only worked with dynamic frameworks, that is not true anymore with latest Xcode versions? So we can now use IBDesignable with static libs too?!

When did that change? I missed the info…

pronebird commented 9 years ago

I can't make it work with static libs on 6.2.

tobihagemann commented 9 years ago

Are you sure? Well yes, it "builds"... but IBDesignable doesn't work at all in Interface Builder / Storyboard. As soon as you open up IB/SB, Xcode will produce an error. So yes, it will build, but no, that's not the point of using IBDesignable. :joy: use_frameworks! (dynamic libraries) is necessary for IBDesignable.

x2on commented 9 years ago

On Xcode 6.3 and static lib Xcode crashes...