Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

IBInspectable does not work when installed as framework (via Carthage) #7

Closed
toshi0383 opened this issue Jan 10, 2017 · 2 comments
Closed

Comments

@toshi0383
Copy link
Owner

Inspectable properties do not appear on InterfaceBuilder.
Carthage users can workaround this by appending --use-submodules to update command, then import RateTV.xcodeproj instead of RateTV.framework.

carthage update --platform tvos --use-submodules RateTV

Be aware that carthage copy-framework build phase is still required for device build.

@toshi0383
Copy link
Owner Author

Seriously...
Carthage/Carthage#335

@toshi0383
Copy link
Owner Author

Followed this article(in Japanese) http://qiita.com/Tueno@github/items/891471566ac5ce872f59
Adding the implementation file as public Header solved this.
expose-ibinspectable

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

No branches or pull requests

1 participant