Ziel überschreibt die `OTHER_SWIFT_FLAGS` build-Einstellung

Hier ist meine pod-Datei:

platform :ios, '8.0'
use_frameworks!

target 'TestApp' do
  ...
end

Nach pod installbekomme ich folgenden Fehler:

[!] The `TestApp [Debug]` target overrides the `OTHER_SWIFT_FLAGS` build setting defined in `Pods/Target Support Files/Pods-TestApp/Pods-TestApp.debug.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `TestApp [Release]` target overrides the `OTHER_SWIFT_FLAGS` build setting defined in `Pods/Target Support Files/Pods-TestApp/Pods-TestApp.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target. 

Wie kann ich dieses problem beheben?

  • Was ist deine Frage? Haben Sie versucht, den Anweisungen Folgen, die es Ihnen gab?
  • Ich habe keine Ahnung, was hier zu tun ist. Könnten Sie bitte helfen?
InformationsquelleAutor confile | 2015-09-20
Schreibe einen Kommentar