-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Examples fail on linking step in linking with Pods-RCTNetworkImage #118
Comments
Strangely enough, UI Explorer at least runs -- it doesn't seem to be using pods =) |
Woops. We don't have yet continuous integration on the open source examples and we are mostly testing on the explorer examples and not movies app. I'll send a fix later today. Note that we're going to move away from cocoapods, this was an experiment but doesn't work out well in practice :( |
fucking thank you! =) I was going to get on a soapbox and explain how this was going to be problematic. /me gets off soapbox |
Could somebody post a one sentence summary of what the problem would be? It seemed to be quite an elegant solution of packaging the native parts from npm. I struggle with Cordova's plugin model and the impact on the native build part. |
I'm sure others can list more problems, but from my perspective, supporting CocoaPods as a first-class system has the following issues:
We will continue to support interoperability with cocoapods of you want to use them, but we're going to come up with something more universal that integrates better with npm as the recommended way to generate Xcode projects and workspaces.
|
OK, sounds interesting. So the non-JS sources would be kept in npm, I guess something like node-gyp. |
Yeah, we want npm to have all the code.
|
Seems that with migrating things to cocoa pods, the examples are inoperable:
The text was updated successfully, but these errors were encountered: