-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
ChartsDemo-swift.h file not found #31
Comments
actually it should be "yourprojectname-swift.h" if you are using in your project. also in build phase check "Embedded content contains swift code"s should be yes |
Thanks @vishw3 |
sorry for late but still have the same error |
@danielgindi @ahmadabudawod Please see http://stackoverflow.com/a/30648104/277370. When you use embedded framework, I had to do like the answer on SO. Using the I think when you only add the |
@allaire thumbs up. your solution helped me. I am not sure why, but the previous comments of importing #import -Swift.h did not solve the error. |
@allaire Thumbs up again. Hey @danielgindi I think the same can be updated for newbies. I was stuck with the same, being newbie to objc-swift bridging. Thanks again @allaire , you saved the day. |
@allaire |
put it in .m file and leave a forward declaration in .h |
I have faced problem which describe by ( ChartsDemo-swift.h file not found ) i want to focused that everything is working correctly only this file isn't imported .
The text was updated successfully, but these errors were encountered: