diff --git a/README.md b/README.md index e3f04646..036dee62 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,10 @@ Add `github "IBanimatable/IBAnimatable"` to your Cartfile. Please Notice, there is [a limitation of a built framework for `@IBDesignable` and `@IBInspectable`](https://github.com/Carthage/Carthage/issues/335), that will impact on `IBAnimatable` when you use Carthage. There is a workaround to use Carthage or Swift package manager with `IBAnimatable`, please have a look at [Carthage – no Animatable UI Classes appearing in Storyboard](https://github.com/IBAnimatable/IBAnimatable/issues/354) +As @DanielAsher mentioned +> I use carthage update --use-submodules --no-build --no-use-binaries and manually add the both the framework project and the framework as an embedded dependency. +>This method is robust, and fine-grained, but perhaps not as easy as dragging the built framework into your project. + ### Git submodule Add this repo as a submodule, and add the project file to your workspace. You can then link against `IBAnimatable.framework` for your application target.