tidev/hyperloop-examples

[!] Unknown option: `--no-integrate`

Sophrinix opened this issue · 3 comments

I am using Cocoapods gem version 1.0.0. I am not sure if this has been made compatible yet with hyperloop.

When I compile a fresh clone of this project I run into this:

[WARN]  Hyperloop is currently available in Beta and should not be used for production applications.   
[DEBUG] Using Hyperloop library -> libhyperloop-jscore.a   
[TRACE] [Hyperloop] found pod at /Users/andrewmcelroy/.rbenv/shims/pod   
[INFO]  [Hyperloop] CocoaPods dependencies found. This will take a few moments but will be cached for subsequent builds   
[TRACE] [Hyperloop] CocoaPods [!] Unknown option: `--no-integrate`   
[TRACE] [Hyperloop] CocoaPods Did you mean: --no-ansi?   
[TRACE] [Hyperloop] CocoaPods Usage:   
[TRACE] [Hyperloop] CocoaPods     $ pod install   
[TRACE] [Hyperloop] CocoaPods       Downloads all dependencies defined in `Podfile` and creates an Xcode Pods   
[TRACE] [Hyperloop] CocoaPods       library project in `./Pods`.   
[TRACE] [Hyperloop] CocoaPods       The Xcode project file should be specified in your `Podfile` like this:   
[TRACE] [Hyperloop] CocoaPods           project 'path/to/XcodeProject.xcodeproj'   
[TRACE] [Hyperloop] CocoaPods       If no project is specified, then a search for an Xcode project will be made. If   
[TRACE] [Hyperloop] CocoaPods       more than one Xcode project is found, the command will raise an error.   
[TRACE] [Hyperloop] CocoaPods       This will configure the project to reference the Pods static library, add a
[TRACE] [Hyperloop] CocoaPods       build configuration file, and add a post build script to copy Pod resources.
[TRACE] [Hyperloop] CocoaPods Options:
[TRACE] [Hyperloop] CocoaPods     --repo-update                       Force running `pod repo update` before install
[TRACE] [Hyperloop] CocoaPods     --project-directory=/project/dir/   The path to the root of the project directory
[TRACE] [Hyperloop] CocoaPods     --silent                            Show nothing
[TRACE] [Hyperloop] CocoaPods     --verbose                           Show more debugging information
[TRACE] [Hyperloop] CocoaPods     --no-ansi                           Show output without ANSI codes
[TRACE] [Hyperloop] CocoaPods     --help                              Show help banner of specified command
[ERROR] An error occurred during build after 4s 903ms
[ERROR] pod install returned a non-zero exit code```

we should use a Gemfile and set a local version of cocoapods to 0.39.0 for now. more details soon.

Closing for further discussion in TIMOB-23526. Thanks Andrew!