-
Notifications
You must be signed in to change notification settings - Fork 420
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
Xcode : Error on building Example #122
Comments
I have the same issue and would love to know the solution |
this has to do with referencing the header files during the pods build phase. Im gonna work on it now and report back. I think it has something to do with the pods xconfig. |
@noobs2ninjas : Thank you :) |
Ran into the same problem (using Xcode 9 Beta 5). The solution that worked for me was to delete the existing Podfile in the Examples/LikedOrNope/ directory. I then used the
Then I ran Building and running the example was then successful. Hope this helps. |
Hi,
First, let me thank you for this projet.
Second, I've to admit that I'm a beginner in iOS dev, so please forgive me if I've forget something obvious.
After set up my BridgingHeader.h file in my project, and declare it in the build settings, I got a compilation error :
Any idea ?
The text was updated successfully, but these errors were encountered: