Skip to content
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

Build fails when not using CocoaPods #611

Closed
sjmueller opened this issue Sep 26, 2016 · 7 comments
Closed

Build fails when not using CocoaPods #611

sjmueller opened this issue Sep 26, 2016 · 7 comments

Comments

@sjmueller
Copy link
Contributor

I have a react-native project that only uses carthage, no cocoapods. When using the latest react-native-maps from master (manual setup), the build fails on PhaseScriptExecution Check\ Pods\ Manifest.lock:

image

This is most likely due to the build scripts that were added in support of google maps:
f78c0ee#diff-b5c34708840d3b818caefbc631f8e514R398

Is the plan going forward to only support projects that use cocoapods?

@simonmitchell
Copy link
Contributor

Same issue here. We've never used CocoaPods due to issues we had with it, and never plan on doing so. Will you be supporting manual install?

@mjsisley
Copy link

I am attempting to run with cocoapods, and am also getting this error. I can't run the example project on iOS when following the directions.

@simonmitchell
Copy link
Contributor

I managed to get it working with cocoapods in the end (manual was just not going to work at all) but had to make the change in my pull request here: #614

@gilbox
Copy link
Contributor

gilbox commented Sep 27, 2016

My b. I'll look into it.

@gilbox
Copy link
Contributor

gilbox commented Sep 27, 2016

#620

@mjsisley
Copy link

#620 solved this issue. Thanks @gilbox.

For me, using cocoapods 1.0.1, xcode 8.0, and the example (and instructions) it also took the following (as a record for anyone looking):

  1. senpng's comment on [CocoaPods] Podspec doesn't set up header search paths for <CSSLayout> imports facebook/react-native#9014
  2. http://stackoverflow.com/questions/26263637/apple-mach-o-linker-error-cocoapods

@spikebrehm
Copy link

Closed by #620

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants