bolts-framework

Parse and facebook sdk -duplicate symbol

柔情痞子 提交于 2019-12-01 20:34:09
问题 I have parse, facebook, bolts frameworks in my project but I get this error and I don't know how to solve it. I tried to remove framworks and add them again. I'm using xcode 6 and parse library 1.6. duplicate symbol _OBJC_METACLASS_$_BFMeasurementEvent in: /Users/home/Desktop/The Live TV V2/FacebookSDK.framework/FacebookSDK(BFMeasurementEvent.o) /Users/home/Desktop/The Live TV V2/Bolts.framework/Bolts(BFMeasurementEvent.o) ld: 91 duplicate symbols for architecture x86_64 clang: error: linker

Error “'sharedApplication' is unavailable: not available on iOS (App Extension)…” when compiling after pod update

北战南征 提交于 2019-11-29 13:22:22
Hi have a projets(including app extension) using cocoapods. (with Parse, Bolts, etc library). All work fine before (using bolts 1.1.5 library), but, when i've run a pod update (Bolts 1.2.0), I now get some errors: "/Volumes/project 2/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:100:29: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead." Any Idea how to solve this? Cocoapods are very useful (I'm sure), however they are designed to work with Apps, not App Extensions, and ultimately you lose control of the

Parse API 1.6.4 - cannot build project

对着背影说爱祢 提交于 2019-11-28 20:31:43
I downloaded the new iOS Parse API (1.6.4) and tried to build my project. When I do, I get this error: Undefined symbols for architecture arm64" "_BFTaskMultipleExceptionsException", referenced from: ___53+[PFObject(Private) deleteAllAsync:withSessionToken:]_block_invoke214 in Parse(PFObject.o) ___65+[PFObject(Private) _deepSaveAsync:withCurrentUser:sessionToken:]_block_invoke311 in Parse(PFObject.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Screenshot: Temporary workaround for Parse 1.6.4 and Facebook SDK 3

Error “'sharedApplication' is unavailable: not available on iOS (App Extension)…” when compiling after pod update

六眼飞鱼酱① 提交于 2019-11-28 02:51:21
问题 Hi have a projets(including app extension) using cocoapods. (with Parse, Bolts, etc library). All work fine before (using bolts 1.1.5 library), but, when i've run a pod update (Bolts 1.2.0), I now get some errors: "/Volumes/project 2/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:100:29: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead." Any Idea how to solve this? 回答1: Cocoapods are very useful (I'm sure),

Parse API 1.6.4 - cannot build project

拈花ヽ惹草 提交于 2019-11-27 20:44:32
问题 I downloaded the new iOS Parse API (1.6.4) and tried to build my project. When I do, I get this error: Undefined symbols for architecture arm64" "_BFTaskMultipleExceptionsException", referenced from: ___53+[PFObject(Private) deleteAllAsync:withSessionToken:]_block_invoke214 in Parse(PFObject.o) ___65+[PFObject(Private) _deepSaveAsync:withCurrentUser:sessionToken:]_block_invoke311 in Parse(PFObject.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit

FacebookSDK and Bolts conflicting each other (duplicate symbols) on build

喜夏-厌秋 提交于 2019-11-27 20:03:25
Not sure what is the problem.. 91 symbols found duplicated for armv7 Am on a Swift project targeting iOS 7.1. Both frameworks are of the latest versions . Tried cleaning project and removing derived data., but to no avail. duplicate symbol _OBJC_IVAR_$_BFAppLinkTarget._URL in: /Users/rynecheow/Development/THPopQuiz/Frameworks/FacebookSDK.framework/FacebookSDK(BFAppLinkTarget.o) /Users/rynecheow/Development/THPopQuiz/Frameworks/Bolts.framework/Bolts(BFAppLinkTarget.o) duplicate symbol _OBJC_IVAR_$_BFAppLinkTarget._appStoreId in: /Users/rynecheow/Development/THPopQuiz/Frameworks/FacebookSDK

Unable to execute dex: Multiple dex files define Lbolts/AggregateException

萝らか妹 提交于 2019-11-27 12:19:57
问题 I do know Multiple dex problems have been reported a lot of times before, but none of the solutions seems to work in my case. Console: Unable to execute dex: Multiple dex files define Lbolts/AggregateException; Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lbolts/AggregateException; One of the popular solutions is unmarking the 'Android private libraries' container from buildpath. I cannot do that because there are a few more libraries in that container

FacebookSDK and Bolts conflicting each other (duplicate symbols) on build

旧街凉风 提交于 2019-11-27 04:25:46
问题 Not sure what is the problem.. 91 symbols found duplicated for armv7 Am on a Swift project targeting iOS 7.1. Both frameworks are of the latest versions . Tried cleaning project and removing derived data., but to no avail. duplicate symbol _OBJC_IVAR_$_BFAppLinkTarget._URL in: /Users/rynecheow/Development/THPopQuiz/Frameworks/FacebookSDK.framework/FacebookSDK(BFAppLinkTarget.o) /Users/rynecheow/Development/THPopQuiz/Frameworks/Bolts.framework/Bolts(BFAppLinkTarget.o) duplicate symbol _OBJC

ld: library not found for -lBolts using cocoapods

笑着哭i 提交于 2019-11-26 14:53:52
问题 everybody The problem that I am having is that I can't compile my app because I got the following error: ld: library not found for -lBolts clang: error: linker command failed with exit code 1 (use -v to see invocation) I have my XCode project configured to use cocoapods and this is my list of pods: pod 'Google/Analytics', '~> 1.0.0' pod 'AFNetworking', '~> 2.0' pod 'XCDYouTubeKit', '~> 2.4.0' pod 'FBSDKCoreKit' pod 'FBSDKShareKit' pod 'FBSDKLoginKit' pod 'Parse' pod 'ParseUI' pod