gerade hinzufügen, Hinzufügen von AFNetworking in mein Projekt, und nach B & R hier habe ich diesen Fehler wie:APPLE MACH-O VERKNÜPFTEN ERROR Nach AFNetworking
Undefined symbols for architecture i386:
"_SecCertificateCopyData", referenced from:
-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
"_SecCertificateCreateWithData", referenced from:
___44+[AFURLConnectionOperation pinnedPublicKeys]_block_invoke in AFURLConnectionOperation.o
"_SecPolicyCreateBasicX509", referenced from:
___44+[AFURLConnectionOperation pinnedPublicKeys]_block_invoke in AFURLConnectionOperation.o
-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
"_SecTrustCopyPublicKey", referenced from:
___44+[AFURLConnectionOperation pinnedPublicKeys]_block_invoke in AFURLConnectionOperation.o
-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
"_SecTrustCreateWithCertificates", referenced from:
___44+[AFURLConnectionOperation pinnedPublicKeys]_block_invoke in AFURLConnectionOperation.o
-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
"_SecTrustEvaluate", referenced from:
___44+[AFURLConnectionOperation pinnedPublicKeys]_block_invoke in AFURLConnectionOperation.o
-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
"_SecTrustGetCertificateAtIndex", referenced from:
-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
"_SecTrustGetCertificateCount", referenced from:
-[AFURLConnectionOperation connection:willSendRequestForAuthenticationChallenge:] in AFURLConnectionOperation.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Haben bereits geprüft Rahmen, Libs und Quelle kompilieren, oder re -add AFURLConnection.m, es wird auch nicht funktionieren.
Kann mir bitte jemand helfen? Vielen Dank ...
Sind Sie sicher, dass Sie das * Security.framework * hinzugefügt haben? –
Erfolg, Vielen Dank, so viel. @ MartinR Noch seltsam genug, in der Beispiel-Demo ohne Security.framework kann es als normal ausgeführt werden. Nur in meinem eigenen Projekt bekam das irr. – jokerdc
Ich habe eine Antwort hinzugefügt, so dass Sie sie akzeptieren können (klicken Sie auf das hohle Häkchen am linken Rand) und geben Sie an, dass das Problem behoben wurde. –