Skip to content

Instantly share code, notes, and snippets.

@ctgreybeard
Created January 12, 2017 02:06
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 ctgreybeard/24846414fad99e126d2c297f54ca64a3 to your computer and use it in GitHub Desktop.
Save ctgreybeard/24846414fad99e126d2c297f54ca64a3 to your computer and use it in GitHub Desktop.
CocoaLumberjack pod install
╰─➤ 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.
@ctgreybeard
Copy link
Author

Fixed. Had to remove that setting (Delete key) in each of the existing targets, setting the overproject did not filter down (which makes sense ....)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment