2017-06-30 2 views
1

My Pod-Datei wie dieseTransitive Abhängigkeiten, die statische Binärdateien Hilfe von Google Map und Clustering sind

# Uncomment this line to define a global platform for your project 
# platform :ios, '9.0' 

target 'MyApp' do 
    # Comment this line if you're not using Swift and don't want to use dynamic frameworks 
    use_frameworks! 

    # Pods for MyApp 

    pod 'GoogleMaps' 
    pod 'Alamofire', '~> 4.0’ 
    pod 'SDWebImage', '~>3.8' 
    pod 'Applozic', '~>3.8' 
    pod 'Google-Maps-iOS-Utils' 
end 

sieht Wenn i-Pod mit all diesem Rahmen installieren gesagt es gibt mir diese Fehler

[!] Die 'Pods-MeineAnw' Ziel hat transitive Abhängigkeiten, die statische Binärdateien umfassen: (/Users/Mad/Downloads/MyApp/Pods/GoogleMaps/Frameworks/GoogleMaps.framework)

Bitte helfen Sie mir.

+1

Sie diese Lösung beziehen, https://stackoverflow.com/questions/42611599/cocoapods-target-has-transitive-dependencies-that-include-static-binaries – Kavita

Antwort

Verwandte Themen