Skip to content

Instantly share code, notes, and snippets.

@lemonkey
Last active November 23, 2015 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lemonkey/776045af3d36b1f9d2c6 to your computer and use it in GitHub Desktop.
Save lemonkey/776045af3d36b1f9d2c6 to your computer and use it in GitHub Desktop.
pod install log for https://github.com/CocoaPods/CocoaPods/issues/4570, after sample classes added to Pod1 and Pod2 Cocoa Touch Frameworks
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods`: (``)
Using `ARCHS` setting to build architectures of target `Pods-Main`: (``)
Using `ARCHS` setting to build architectures of target `Pods-MainTests`: (``)
Finding Podfile changes
- Pod1
- Pod2
Fetching external sources
-> Fetching podspec for `Pod1` from `./Pod1`
-> Fetching podspec for `Pod2` from `./Pod1/Pod2`
Resolving dependencies of `Podfile`
Comparing resolved specification to the sandbox manifest
- Pod1
- Pod2
Downloading dependencies
-> Using Pod1 (1.0)
-> Using Pod2 (1.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 `Pod1` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/Pod1/Info.plist`
- Generating module map file at `Pods/Target Support Files/Pod1/Pod1.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Pod1/Pod1-umbrella.h`
- Installing target `Pod2` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/Pod2/Info.plist`
- Generating module map file at `Pods/Target Support Files/Pod2/Pod2.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Pod2/Pod2-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`
- Installing target `Pods-Main` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/Pods-Main/Info.plist`
- Generating module map file at `Pods/Target Support Files/Pods-Main/Pods-Main.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Pods-Main/Pods-Main-umbrella.h`
- Installing target `Pods-MainTests` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/Pods-MainTests/Info.plist`
- Generating module map file at `Pods/Target Support Files/Pods-MainTests/Pods-MainTests.modulemap`
- Generating umbrella header at `Pods/Target Support Files/Pods-MainTests/Pods-MainTests-umbrella.h`
- Running post install hooks
- Writing Xcode project file to `Pods/Pods.xcodeproj`
- Generating deterministic UUIDs
- Writing Lockfile in `Podfile.lock`
- Writing Manifest in `Pods/Manifest.lock`
Integrating client project
Integrating target `Pods` (`Main.xcodeproj` project)
Adding Build Phase 'Embed Pods Frameworks' to project.
Integrating target `Pods-Main` (`Main.xcodeproj` project)
Adding Build Phase 'Copy Pods Resources' to project.
Adding Build Phase 'Check Pods Manifest.lock' to project.
Integrating target `Pods-MainTests` (`Main.xcodeproj` project)
Adding Build Phase 'Embed Pods Frameworks' to project.
Adding Build Phase 'Copy Pods Resources' to project.
Adding Build Phase 'Check Pods Manifest.lock' to project.
- Running post install hooks
- cocoapods-stats from `/Library/Ruby/Gems/2.0.0/gems/cocoapods-stats-0.6.2/lib/cocoapods_plugin.rb`
Sending stats
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Main` to `Pods/Target Support Files/Pods-Main/Pods-Main.debug.xcconfig` or include the `Pods/Target Support Files/Pods-Main/Pods-Main.debug.xcconfig` in your build configuration.
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Main` to `Pods/Target Support Files/Pods-Main/Pods-Main.release.xcconfig` or include the `Pods/Target Support Files/Pods-Main/Pods-Main.release.xcconfig` in your build configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment