ld: library not found for -lGoogleToolboxForMac

Ich die Umsetzung FB-setup über pods.

Meine Hülsen-Datei sieht wie folgt ein.

# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
# $(PROJECT_DIR)/build/Debug-iphoneos/GoogleToolboxForMac lib search path
target 'ProductName' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for mCura

pod 'Firebase/Core'
pod 'Firebase/Messaging'

end

Alles in Ordnung ist mit dem iPad-simulator. Sie läuft aber wenn ich meine Anwendung im iDevice. Es zeigt die Bibliothek nicht gefunden.

ld: library not found for -lGoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Habe ich schon verschwendet 2 Tage für die Beseitigung dieser Fehler & versucht alles, was ich finden konnte net. Und GoogleToolboxForMac Bibliothek automatisch installiert, wenn FB-pod installiert.

InformationsquelleAutor Warewolf | 2016-11-28
Schreibe einen Kommentar