Skip to main content

All Questions

Tagged with
-1 votes
1 answer
697 views

Xcode build error from commandline, works fine from IDE

i keep getting below errors when i try creating build using Fastlane. Build from Xcode works fine, I keep getting below errors not all together but randomly. I am using SPM and below are versions ...
ashishn's user avatar
  • 418
0 votes
2 answers
503 views

The code signature version is no longer supported - facebook-ios-sdk

The issue started to appear after I have implemented facebook-ios-sdk in order to use facebook signing in in my app. While testing on a simulator, everything works perfectly, but as long as I try to ...
Andrii Derevianko's user avatar
1 vote
1 answer
869 views

application:openURL:options: vs scene:openURLContexts:

in https://developers.facebook.com/docs/ios/getting-started they say iOS 13 moved opening URL functionality to the SceneDelegate. If you are using iOS 13, add the following method to your ...
zeus's user avatar
  • 12.6k
2 votes
0 answers
608 views

How can I share text from iOS app to Facebook using FBSDKShareKit

I am able to share links, photos, videos, media with Facebook from my iOS app using the Facebook Share SDK. However I can't figure out how to share text. What I find interesting is if you use the iOS ...
alionthego's user avatar
  • 9,343
5 votes
0 answers
504 views

target 'FBSDKLoginKit' has invalid header layout: umbrella header found at

When compiling my project in the latest version of Xcode I'm running into the following error: Showing Recent Messages target 'FBSDKLoginKit' has invalid header layout: umbrella header found at '/...
Chris Hansen's user avatar
  • 8,389
0 votes
1 answer
7k views

400 Invalid_request You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure

I am getting this error when I am trying to register with Google in my IOS app. I have got the REVERSED-CLIEND_ID which looks like something like this: com.googleusercontent.apps..... So far I can ...
NoName555's user avatar
  • 255
1 vote
0 answers
1k views

I can't upgrade Facebook SDK to 9.0.0 for iOS from Swift Package Dependencies

I've received an email from Facebook pointing that I have to upgrade Facebook SDK of my iOS app to the latest version. It means I should go from 7.1.1 to 9.0.0. The case is I have FB installed via ...
Tsilaicos's user avatar
  • 475
0 votes
1 answer
334 views

What makes "FBAudienceNetwork" link took 20 seconds?

Recently I found out that the reason of taking ~20secs to link the project is because of "FBAudienceNetwork" SDK install by CocoaPods, as this image shows: You can clone the demo project ...
Johnny's user avatar
  • 2,769
3 votes
2 answers
4k views

Redefinition of module 'FBSDKCoreKit' error on React-Native Facebook SDK

Having issue like this on build app while trying add facebook sdk and run on simulator: Steps i produced: Installed facebook-ios-sdk via swift package manager Installed react-native facebook sdk ...
ugrdursun's user avatar
  • 359
0 votes
1 answer
595 views

Unknown type name 'SKPaymentDiscount'. FBSDKCoreKit

I am facing an issue when building the Facebook sdk for iOS facebook-ios-sdk in my Swift 3 iOS application. I have recently updated the FBSDKCorekit and FBSDKLoginkit pods I'm using in my iOS ...
user3574533's user avatar
2 votes
3 answers
1k views

Conforming to protocol - adding protocol stubs again and again doesn't fix the error

So I have class FBViewController which should show a button log me in and log out (just to test FB login). I integrated this in newly created project and all worked. Then I reworked it into my app and ...
mentoxska's user avatar
  • 135
0 votes
1 answer
774 views

Weird Build Error: Facebook Swift SDK not building with Carthage in Blank project

Brand new ios project NOTHING in the folder besides an empty view controller with base setup touch Cartfile added github "facebook/Facebook-SDK-Swift" to Cartfile Ran carthage bootstrap --platform iOS ...
Keitzer's user avatar
  • 151
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
2 answers
654 views

Network Error using Facebook's Swift SDK

I'm using Swift 4.0 and Xcode 11.1 and I'm getting a "Safari cannot open the page because it could not establish a secure connection to the server" once I click on the Facebook login button I created ...
justnealpatel's user avatar
3 votes
6 answers
4k views

No such module 'FBAudienceNetwork' in XCode 9 Swift 4

I installed the FBAudienceNetwork (version 4.26.0) with CocoaPods (version 1.3.1). I followed the official manual as published at https://developers.facebook.com/docs/audience-network/ios, but the ...
weizenberg's user avatar

15 30 50 per page
1
2 3 4 5
7