Last active
November 23, 2015 00:02
-
-
Save lemonkey/384633ec75865504af8c to your computer and use it in GitHub Desktop.
pod install log for https://github.com/CocoaPods/CocoaPods/issues/4570, before sample classes added to Pod1 and Pod2 Cocoa Touch Frameworks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`: (``) | |
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 | |
A Pod1 | |
A Pod2 | |
Downloading dependencies | |
-> Installing Pod1 (1.0) | |
-> Installing 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 `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 | |
[!] Please close any current Xcode sessions and use `Main.xcworkspace` for this project from now on. | |
Integrating target `Pods` (`Main.xcodeproj` project) | |
Integrating target `Pods-Main` (`Main.xcodeproj` project) | |
Integrating target `Pods-MainTests` (`Main.xcodeproj` 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