-
Notifications
You must be signed in to change notification settings - Fork 263
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
Fixes spm support #79
base: master
Are you sure you want to change the base?
Conversation
The current master does not work in Xcode 11.6 with SwiftPM. And also this PR not working. I believe the header moves to /include will be better. If not change the folder structure. The puclicHeadersPath should be "" empty string. SwiftPM in Xcode 11.6 not accepts "." or nil. Here is my folk. |
You are right. I'm not change the checkout rules to "branch". After switch to master the package works. |
@AndrewSB I am getting this error now on Xcode 12 : Value of type 'UITextView' has no member 'placeholder' |
Could you provide more context around the error please? The full compiler message if you can see it? I haven't downloaded 12 yet. I'm also more than happy to accept a PR that fixes the issue if you'd like to patch it! |
@AndrewSB Thats the only error message that Xcode gives. Do you think it might be around objective c files inside the package ? |
I am trying to access optionTextField.placeholder = "" This is where the error comes |
I can't really tell what might the problem without more context. I can take a look in a couple weeks when I upgrade to Xcode 12 |
it's works for me |
I still get an error on Xcode 12.2. Value of type 'UITextView' has no member 'placeholder' |
Its as if the package does not include placeholder |
This is working for me. |
This PR is working, but Xcode is showing the following warning: |
No description provided.