Skip to content

Instantly share code, notes, and snippets.

@Gurpartap
Last active December 11, 2015 09:26
Show Gist options
  • Save Gurpartap/a7e81972b130e24d5a58 to your computer and use it in GitHub Desktop.
Save Gurpartap/a7e81972b130e24d5a58 to your computer and use it in GitHub Desktop.
gRPC issue #4350
$ env COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES bundle exec pod install --verbose
Preparing
Updating local specs repositories
Updating spec repo `master`
$ /usr/local/bin/git pull --ff-only
Already up-to-date.
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods`: (``)
Finding Podfile changes
- EchoSDK
- Protobuf
- gRPC
Fetching external sources
-> Fetching podspec for `EchoSDK` from `../proto`
Resolving dependencies of `Podfile`
Comparing resolved specification to the sandbox manifest
- BoringSSL
- EchoSDK
- Protobuf
- gRPC
Downloading dependencies
-> Using BoringSSL (1.0)
-> Using EchoSDK (0.0.1)
-> Using Protobuf (3.0.0-alpha-4.1)
-> Using gRPC (0.12.0)
- Running pre install hooks
Generating Pods project
- Creating Pods project
- Adding source files to Pods project
- Adding frameworks to Pods project
- Adding libraries to Pods project
- Adding resources to Pods project
- Linking headers
- Installing targets
- Installing target `BoringSSL` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/BoringSSL/Info.plist`
- Generating module map file at `Pods/Target Support Files/BoringSSL/BoringSSL.modulemap`
- Generating umbrella header at `Pods/Target Support Files/BoringSSL/BoringSSL-umbrella.h`
- Installing target `Protobuf` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/Protobuf/Info.plist`
- Generating module map file at `Pods/Target Support Files/Protobuf/Protobuf.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Protobuf/Protobuf-umbrella.h`
- Installing target `gRPC` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/gRPC/Info.plist`
- Generating module map file at `Pods/Target Support Files/gRPC/gRPC.modulemap`
- Generating umbrella header at `Pods/Target Support Files/gRPC/gRPC-umbrella.h`
- Installing target `Pods` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/Pods/Info.plist`
- Generating module map file at `Pods/Target Support Files/Pods/Pods.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Pods/Pods-umbrella.h`
- Running post install hooks
- Writing Xcode project file to `Pods/Pods.xcodeproj`
- Writing Lockfile in `Podfile.lock`
- Writing Manifest in `Pods/Manifest.lock`
Integrating client project
Integrating target `Pods` (`EchoClient.xcodeproj` project)
- Running post install hooks
- cocoapods-stats from
`/Users/Gurpartap/Projects/go/src/github.com/Gurpartap/echo-grpc-swift/ios/.bundle/ruby/2.2.0/gems/cocoapods-stats-0.6.2/lib/cocoapods_plugin.rb`
Sending stats
- BoringSSL, 1.0
- Protobuf, 3.0.0-alpha-4.1
- gRPC, 0.12.0
Pod installation complete! There are 3 dependencies from the Podfile and 4 total pods installed.
source "https://github.com/CocoaPods/Specs.git"
platform :ios, "8.0"
use_frameworks!
inhibit_all_warnings!
pod "Protobuf", "~> 3.0.0-alpha-4.1"
pod "gRPC", git: "https://github.com/grpc/grpc"
pod "EchoSDK", path: "../proto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment