2016-07-21 6 views
0

Ich habe eine App, die eine soziale Anmeldung hat, die ich implementiert habe. Aber wenn ich die Rechability Klasse in meinem Projekt hinzufügen wirft es FehlerErreichbarkeit Problem mit Rahmen

ld: warning: ignoring file /Volumes/Backup/Running App/MAHLATI/Mahalati/Mahalati/SystemConfiguration.framework/SystemConfiguration.tbd, missing required architecture x86_64 in file /Volumes/Backup/Running App/MAHLATI/Mahalati/Mahalati/SystemConfiguration.framework/SystemConfiguration.tbd 
ld: warning: ignoring file /Volumes/Backup/Running App/MAHLATI/Mahalati/Mahalati/SafariServices.framework/SafariServices.tbd, missing required architecture x86_64 in file /Volumes/Backup/Running App/MAHLATI/Mahalati/Mahalati/SafariServices.framework/SafariServices.tbd 
Undefined symbols for architecture x86_64: 
    "_OBJC_CLASS_$_SSReadingList", referenced from: 
     objc-class-ref in GoogleSignIn(please_link_SafariServices.framework_.o) 
    "_SCNetworkReachabilityCreateWithAddress", referenced from: 
     +[Reachability reachabilityWithAddress:] in Reachability.o 
    "_SCNetworkReachabilityCreateWithName", referenced from: 
     +[Reachability reachabilityWithHostName:] in Reachability.o 
     -[GSDK_GTMOAuth2SignIn startReachabilityCheck] in GoogleAuthUtilities(GTMOAuth2SignIn.o) 
    "_SCNetworkReachabilityGetFlags", referenced from: 
     -[Reachability connectionRequired] in Reachability.o 
     -[Reachability currentReachabilityStatus] in Reachability.o 
    "_SCNetworkReachabilityScheduleWithRunLoop", referenced from: 
     -[Reachability startNotifier] in Reachability.o 
     -[GSDK_GTMOAuth2SignIn startReachabilityCheck] in GoogleAuthUtilities(GTMOAuth2SignIn.o) 
    "_SCNetworkReachabilitySetCallback", referenced from: 
     -[Reachability startNotifier] in Reachability.o 
     -[GSDK_GTMOAuth2SignIn startReachabilityCheck] in GoogleAuthUtilities(GTMOAuth2SignIn.o) 
     -[GSDK_GTMOAuth2SignIn stopReachabilityCheck] in GoogleAuthUtilities(GTMOAuth2SignIn.o) 
    "_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from: 
     -[Reachability stopNotifier] in Reachability.o 
     -[GSDK_GTMOAuth2SignIn stopReachabilityCheck] in GoogleAuthUtilities(GTMOAuth2SignIn.o) 
ld: symbol(s) not found for architecture x86_64 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 


i hinzugefügt am SystemConfiguration.framework und SafariServices.frameworks

ich auch Abgeleitete Daten gelöscht haben aber den Fehler ist nicht gelöst und ich kann das Problem nicht identifizieren.

Morgen funktioniert alles sehr gut. Aber von heute wird es nicht.

bitte helfen Sie mir aus.

+0

"Ich habe SystemConfiguration.framework hinzugefügt" Nun, das ist die Antwort, also müssen Sie in diesem Bereich einen Fehler gemacht haben. – Droppy

+0

Ich füge auch SystemConfiguration.framework hinzu. aber der Fehler ist nicht weg. –

+0

@iosDeveloper Ich bekomme auch denselben Fehler, hast du das gelöst? bitte hel mich – Bittoo

Antwort

1

Add safariservices.framework, fest das mein Problem

0

Sie vernachlässigen SystemConfiguration.framework und Security.framework aus dem System zu verbinden.