-
Notifications
You must be signed in to change notification settings - Fork 462
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
Not able to run it without using CocoaPods #358
Comments
I had the same result when I removed the CocoaPods elements. |
This issue seems awfully similar to #355. Yeah, as soon as I get some free time I'll look into getting NUI on Carthage. |
Just ended up doing a work around with CocoaPods. If someone else is looking at the same issue here is my solution. In your project create a
then run |
Interesting approach @PanPanayotov. However, Cocoa Pods doesn't have this install option. And you're using Cocoa Pods. |
They moved it to be a specification inside of the Podfile for 1.0: CocoaPods/CocoaPods#5240 (comment) |
Hi there,
being trying to run NUI manually as a module of my main project. I have followed the instructions, but no mater what I tried it just didn't work. I am trying to avoid using CocoaPods as we use Carthage in our project currently and this will mess everything up. Any chance you make NUI work with Carthage as well?
I am getting
'NUIParse.h' file not found
error inNUIDefenition.h
herewhen I try to build the project and I can't get around it.
The text was updated successfully, but these errors were encountered: