Skip to main content

All Questions

1 vote
2 answers
392 views

Trying to Rebuild a Legacy IOS App, Getting Error in Facebook-IOS-SDK Cocoapod

I've been asked to rebuild an existing IOS app that uses Facebook-IOS-SDK. The app is at least 5 years old so I expected things to be deprecated. I have some limited experience with XCode and IOS ...
simusid's user avatar
  • 1,904
0 votes
0 answers
228 views

Facebook Native App Login in iOS 9 with Swift & Cocoapods

my problem is as follows: I would like to use Cocoapods to manage the Facebook iOS SDKs for my swift application. When installing the latest pods for Facebook, everything works fine. HOWEVER, ...
skciva's user avatar
  • 3
1 vote
0 answers
62 views

Facebook iOS 7.1 getting error of Bolts

I am having issue in my project where I am using Facebook SDK with POD platform :ios, '7.0' pod 'AFNetworking', '2.6.3' pod 'FBSDKCoreKit' pod 'FBSDKLoginKit' When I am running in iOS 9 it's work ...
Bhavesh Dhaduk's user avatar
5 votes
4 answers
1k views

Cannot build facebook ios SDK in Swift Project

I get these errors Here is the pods that are installed My Podfile is : platform :ios, “8.0” post_install do |installer| installer.pods_project.build_configuration_list.build_configurations....
Utku Dalmaz's user avatar
0 votes
1 answer
183 views

Minimum compatible version of cocoa pods

How to check what version of cocoa pods I need for latest version of SDK that is available. I need this SDK and I also use another libraries from pods that require cocoapods -v 0.38.2 Where can I ...
Oleksandr Matrosov's user avatar
21 votes
4 answers
17k views

Cocoapods use_frameworks! import issue

I want to use some Swift pods in my Objective-C app, so I need to use frameworks instead of static libraries. But enabling use_frameworks! in my Podfile causes tones of #import errors. My Podfile: ...
Ponf's user avatar
  • 1,190
4 votes
3 answers
3k views

How can I force CocoaPods to use binary versions of Facebook and Parse SDKs?

I've got a large project that uses Cocoapods, whose compilation time is > 60 seconds. A large amount of this compilation time goes towards compiling third party SDK's: Facebook and Parse. This is ...
fatuhoku's user avatar
  • 4,873
0 votes
0 answers
45 views

Could not build module 'FBSDKCoreKit' For FacebookSDK after using of CocoaPods manager [duplicate]

For first time I decided to use CocoaPods dependency manager in my current Swift project but now can't build it. I'm getting this errors - Could not build module 'FacebookSDK' Here is my Podfile So ...
maho125's user avatar
  • 33
0 votes
2 answers
766 views

Cocoa error 3840 Parse Code iOS7 only

Background: I decided a couple days ago that I was going to update Facebook SDK to FBSDKCoreKit from Facebook-iOS-SDK v3.24. I updated my Podfile accordingly and installed all libraries fine. I then ...
toddg's user avatar
  • 2,873
7 votes
2 answers
1k views

CocoaPods v0.39.0 errors with Facebook SDK v4.7

Old Cocoapods Configuration I am using Xcode 7 Beta 4. Initially I was using Cocoapods version 0.38.2 and when I ran pod install --verbose in Terminal it said it downloaded dependencies for Bolts, ...
Luke Schoen's user avatar
  • 4,405
4 votes
1 answer
415 views

Can't build FBParseUtilsV4 after cocoapods install when use_frameworks is enabled

Install the following Podfile in an otherwise empty project: use_frameworks! platform :ios, '8.0' pod 'ParseFacebookUtilsV4' Xcode reports three compilation errors: /Users/benpackard/Cocoa/...
Ben Packard's user avatar
  • 26.4k
14 votes
3 answers
5k views

Implicit declaration of function 'FBSDK_NOT_DESIGNATED_INITIALIZER' is invalid in C99 Expected ')'

I'm using Facebook SDK for iOS 4.6.0 and just today above error encountered after updating cocoapods to 0.38.2. I'm not sure this error has anything to do with cocoapods. Error screenshot:
virengujariya's user avatar
7 votes
1 answer
2k views

Remove -Objc flag from Cocoapods install

My project won't build if I keep the -Objc flag in other linker flags and I inherit the flag from Cocoapods. I can delete this from Pods.debug.xcconfig and all works, however, every time I run pod ...
thattyson's user avatar
  • 718
1 vote
1 answer
108 views

Pods-Facebook-iOS-SDK: Warning for `selection` & `allowsMultiple`

An .xcworkspace with Cocoa-Pods managing dependencies returns this warning: “Auto property synthesis will not synthesize property selection; it will be implemented by its superclass, use @dynamic to ...
Eric's user avatar
  • 893
64 votes
24 answers
66k views

No such module 'RestKit' with cocoapods and swift

I am having this problem with a brand new project. This problem happens with both RestKit and Facebook SDK. Strangely SwiftyJSON works just fine. I create a brand new swift project and a Podfile with:...
Joped's user avatar
  • 1,108

15 30 50 per page