-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"has no member" error #18
Comments
Any idea? |
I had update carthage's build just now, you can try it again. |
Ok. Still doesn't work. |
What is it error? |
It's like Stellar is not "installed": each line of code where Stellar properties/methods are invoked display So using Stellar source code is OK but framework not. That's why I think there is a problem on Carthage configuration. |
Check with version 0.66: still the same errors! I built a new version of Stellar framework using source code in Carthage |
This is a weird bug! |
OK, i try to rebuild it and create a demo to test, all is right now. you can try it again. |
I don't think it's this reason,you can checkout my demo for carthage. |
Sorry my previous comment was not clear: there still is one problem on current version of I had to changed it myself to make the installation work! |
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
Sources
directory and everything is fine.I have clean project. This is a weird behavior... Any idea? Is there special configuration for Carthage command?
The text was updated successfully, but these errors were encountered: