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

forcereact create fails due to Cocoa Pods failing to install Boost 1.59.0 #97

Closed
dalebaldwin opened this issue Feb 14, 2018 · 4 comments

Comments

@dalebaldwin
Copy link

dalebaldwin commented Feb 14, 2018

I've been trying to do the Trailhead React Native tutorial but am at this point not able to find a way to actually run forcereact create for ios without running into install issues with the boost library (1.59.0).

Installing boost (1.59.0)
[!] /usr/bin/tar xfz /Users/MYDIRECTORY/dev/sftestapp/ios/Pods/boost/file.tgz -C /Users/MYDIRECTORY/dev/sftestapp/ios/Pods/boost

tar: Unrecognized archive format
tar: Error exit delayed from previous errors.


[!] 'boost' uses the unencrypted http protocol to transfer the Pod. Please be sure you're in a safe network with only trusted hosts in there. Please reach out to the library author to notify them of this security issue.
/Users/MYDIRECTORY/dev
forcereact failed

I think this might have been fixed with the latest RC but at this point I can't work out how to get this installer to actually work beyond this point.

I've tried doing a default react-native init app and that works fine.

I've tried the quick fix solutions referenced at CocoaPods/cocoapods-downloader#69 as well but can't get those to work with the forcereact CLI either.

@wmathurin
Copy link
Contributor

Have you looked at the recommendation here: CocoaPods/CocoaPods#7376

RN has a fix in 0.53 (see facebook/react-native@cf19833). When we upgrade to 0.53 (in the next release #safeharbor), the issue should go away.

@dalebaldwin
Copy link
Author

@wmathurin I didn't see that one but I also have't seen a git repo for this library at all that hasn't been forked for other purposes. When is the next release due out?

@wmathurin
Copy link
Contributor

Early March #safeharbor

@wmathurin
Copy link
Contributor

Mobile SDK 6.1 is now out and uses React Native 0.53.3. This issue should be resolved.

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

2 participants