Skip to content

Instantly share code, notes, and snippets.

@opsb
Created February 8, 2020 09:56
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 opsb/a7801444ef57aaeaf2699999e8a01491 to your computer and use it in GitHub Desktop.
Save opsb/a7801444ef57aaeaf2699999e8a01491 to your computer and use it in GitHub Desktop.
[!] The Podfile contains framework or static library targets (App-Metrics), for which the Podfile does not contain host targets (targets which embed the framework).
If this project is for doing framework development, you can ignore this message. Otherwise, add a target to the Podfile that embeds these frameworks to make this message go away (e.g. a test target).
[!] 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 `Metrics` to `Target Support Files/Pods-App-Metrics/Pods-App-Metrics.debug.xcconfig` or include the `Target Support Files/Pods-App-Metrics/Pods-App-Metrics.debug.xcconfig` in your build configuration (`Metrics/Sources/ios.xcconfig`).
[!] 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 `Metrics` to `Target Support Files/Pods-App-Metrics/Pods-App-Metrics.release.xcconfig` or include the `Target Support Files/Pods-App-Metrics/Pods-App-Metrics.release.xcconfig` in your build configuration (`Metrics/Sources/ios.xcconfig`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment