我一直在尝试将ParseFacebookUtilsV4框架添加到我的项目中,但我总能得到相同的结果。
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_PFErrorUtilities", referenced from:
objc-class-ref in ParseFacebookUtilsV4(PFFacebookUtils.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我一直在关注Facebook和Parse的入门指南中的步骤。 https://developers.facebook.com/docs/ios/getting-started/ https://parse.com/docs/ios/guide#users-facebook-users
编辑 - 没有成功和同样错误的另一次尝试。以下是应用
中所有当前框架的列表Social.framework
Accounts.framework
SystemConfiguration.framework
StoreKit.framework
Security.framework
QuartzCore.framework
CoreLocation.framework
CoreGraphics.framework
CFNetwork.framework
AudioToolbox.framework
Bolts.framework
Parse.framework
ParseFacebookUtilsV4.framework
FBSDKLoginKit.framework
FBSDKCoreKit.framework
我的桥头。
#ifndef MY_Bridging_Header_h
#define MY_Bridging_Header_h
#import <FBSDKCoreKit/FBSDKCoreKit.h>
#import <ParseFacebookUtilsV4/PFFacebookUtils.h>
#endif
如果您有任何其他信息,请告诉我们!