I want to use Stellar with my project but I have this Value of type 'UIView' has no member error in my very first attempt to use Stellar on an UIView.
I use Carthage to install Stellar the same way as other libraries. It's like Stellar is not "installed". Installation using Stellar 0.65 is OK, and the usual Carthage installation has been followed.
Then, I used the direct inclusion of Sourcesdirectory and everything is fine.
I have clean project. This is a weird behavior... Any idea? Is there special configuration for Carthage command?
I want to use Stellar with my project but I have this
Value of type 'UIView' has no membererror in my very first attempt to use Stellar on an UIView.I use Carthage to install Stellar the same way as other libraries. It's like Stellar is not "installed". Installation using Stellar 0.65 is OK, and the usual Carthage installation has been followed.
Then, I used the direct inclusion of
Sourcesdirectory and everything is fine.I have clean project. This is a weird behavior... Any idea? Is there special configuration for Carthage command?