Created
January 12, 2017 02:06
-
-
Save ctgreybeard/24846414fad99e126d2c297f54ca64a3 to your computer and use it in GitHub Desktop.
CocoaLumberjack pod install
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
╰─➤ pod install | |
Analyzing dependencies | |
Pre-downloading: `CocoaLumberjack` from `https://github.com/CocoaLumberjack/CocoaLumberjack.git`, branch `master` | |
Downloading dependencies | |
Installing CocoaLumberjack (3.0.0) | |
Generating Pods project | |
Integrating client project | |
[!] Please close any current Xcode sessions and use `ScanmonListener.xcworkspace` for this project from now on. | |
Sending stats | |
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed. | |
[!] The `ScanmonListener [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-ScanmonListener/Pods-ScanmonListener.debug.xcconfig'. This can lead to problems with the CocoaPods installation | |
- Use the `$(inherited)` flag, or | |
- Remove the build settings from the target. | |
[!] The `ScanmonListener [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-ScanmonListener/Pods-ScanmonListener.release.xcconfig'. This can lead to problems with the CocoaPods installation | |
- Use the `$(inherited)` flag, or | |
- Remove the build settings from the target. | |
[!] The `ScanmonListenerTests [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-ScanmonListenerTests/Pods-ScanmonListenerTests.debug.xcconfig'. This can lead to problems with the CocoaPods installation | |
- Use the `$(inherited)` flag, or | |
- Remove the build settings from the target. | |
[!] The `ScanmonListenerTests [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-ScanmonListenerTests/Pods-ScanmonListenerTests.release.xcconfig'. This can lead to problems with the CocoaPods installation | |
- Use the `$(inherited)` flag, or | |
- Remove the build settings from the target. | |
[!] The `ScanmonListenerUITests [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-ScanmonListenerUITests/Pods-ScanmonListenerUITests.debug.xcconfig'. This can lead to problems with the CocoaPods installation | |
- Use the `$(inherited)` flag, or | |
- Remove the build settings from the target. | |
[!] The `ScanmonListenerUITests [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-ScanmonListenerUITests/Pods-ScanmonListenerUITests.release.xcconfig'. This can lead to problems with the CocoaPods installation | |
- Use the `$(inherited)` flag, or | |
- Remove the build settings from the target. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed. Had to remove that setting (Delete key) in each of the existing targets, setting the overproject did not filter down (which makes sense ....)