ios - Framework Errors in Parse App ParseFacebookUtils -


i updated parse framework newest version in app, , getting ton of errors in app, framework related:

undefined symbols architecture x86_64:   "_objc_class_$_fbsdkaccesstoken", referenced from:       objc-class-ref in parsefacebookutilsv4(pffacebookutils.o)       objc-class-ref in parsefacebookutilsv4(pffacebookauthenticationprovider.o)   "_objc_class_$_fbsdkapplicationdelegate", referenced from:       objc-class-ref in parsefacebookutilsv4(pffacebookutils.o)   "_objc_class_$_fbsdkloginmanager", referenced from:       objc-class-ref in parsefacebookutilsv4(pffacebookauthenticationprovider.o)   "_objc_class_$_fbsdksettings", referenced from:       objc-class-ref in parsefacebookutilsv4(pffacebookauthenticationprovider.o)   "std::string::find_first_of(char const*, unsigned long, unsigned long) const", referenced from:       macstringutilspfc_::integervalueatindex(std::string&, unsigned int) in parsecrashreporting(string_utilities.o)   "std::string::find_first_not_of(char const*, unsigned long, unsigned long) const", referenced from:       macstringutilspfc_::integervalueatindex(std::string&, unsigned int) in parsecrashreporting(string_utilities.o)   "std::string::substr(unsigned long, unsigned long) const", referenced from:       macstringutilspfc_::integervalueatindex(std::string&, unsigned int) in parsecrashreporting(string_utilities.o)   "std::string::_rep::_m_destroy(std::allocator<char> const&)", referenced from:       breakpadpfc_::handleuncaughtexception(nsexception*) in parsecrashreporting(breakpad.o)       breakpadpfc_::initialize(nsdictionary*) in parsecrashreporting(breakpad.o)       breakpadpfc_::generatereport(nsdictionary*) in parsecrashreporting(breakpad.o) 

i have confirmed framework added, i'm not sure error being caused by.

not sure if using cocoapods or not, if so, ran same issue today when updating. appears, 'facebook-ios-sdk' , 'parsefacebookutils' removed recent update. without going in depth in errors, appears though linker errors occurring. in podfile, added:

pod 'facebook-ios-sdk' pod 'parsefacebookutils' 

if not using cocoapods, may make sure 2 libraries within source code, clean, , rebuild.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -