-
Notifications
You must be signed in to change notification settings - Fork 336
Xcode 8.3 Swift 3.1 fails to compile application due to FacebookCore #131
Comments
Same issue in my project |
Here as well |
Same issue |
same issue !! |
Same here! |
Same here |
Same here.... any solutions? Everything was working fine. Then I upgraded to Sierra on a fresh OS install. Reinstalled the Pods and got this error. |
I solved this by downgrading to Xcode 8.2.1 (released Dec 19, 2016). It has possibly been caused by an interaction between the new versions of FBSDKCoreKit and FBSDKLoginKit (4.19.0) -- or even just the FB SDK as a whole -- and the new Xcode somehow. |
But we can't run iOS Beta 10.3 on Xcode 8.2.1 |
any news on that? I am quite new to carthage, but none of the facebook repos would compile. So maybe I am doing something wrong? My Cartfile
also tried
The compilation:
here is a GIST of the output https://gist.github.com/exocode/e4418b5fa5a2d8ff5b3e857088b57fe5 |
The cause of this issue seems to be fixed in facebook/facebook-ios-sdk#853. But it's not merged/released yet 😕 |
Please fix this. Thanks |
Xcode 8.3 Swift 3.1 is officially released and the issue still remains |
Not able to use Xcode 8.3(Swift 3.1) for my project due to this issue. Please fix this. |
Having the same issue as @PushpaKN. If you guys want a temporary fix, I can recommend this fork: It works fine for me! |
Same here! |
@anfriis no success, still getting error Build Failed This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/t0/kq0kpr8j4710hvs8m1_wk5p582_w2_/T/carthage-xcodebuild.y0WjgS.log |
After the official Xcode 8.3 release and pod updating my project, it worked. |
no success here. still getting the same build fail error 65 |
@PushpaKN Update your Cartfile to : github "mylifeasdog/facebook-sdk-swift" "master" After stepping back to 8.2 for a successful build, I was then unable to test on updated 10.3 phones, and needed a solution. So, back on 8.3, and glad to have this fork to work with for now. |
Use pods or Carthage (github "mylifeasdog/facebook-sdk-swift" "master") to build successfully. @netadapt thanks :) |
I'm seeing the same issue with Carthage and facebook-ios-sdk. When you dig in, the error is:
|
I am getting the same issue. I had the same error in another framework and had to change compiler optimisations to make it work. I will try the fork given. |
Same issue |
In case you're only watching this issue, 4.21.0 seems to address this now, as of yesterday: |
Hey everyone, Sorry for being silent all this time. The release for 0.3 Swift SDK is coming very soon, so stay tuned. |
Any update ? |
I am waiting for this too. This is blocking me to continue the development of an app of which I need a demo ready in two weeks... |
@jordimares I've done it in the meanwhile by cocoapods. If it's only for "demo" simple try the pod approach |
Hi I'm facing the same issue in the xCode version 8.3.2. |
the issue is still persistent in Xcode 8.3.2 |
Hi xcode 8.3.2 with swift 3.1 facebook login not working. |
Showing All Messages
Command failed due to signal: Segmentation fault: 11
`
Facebook-SDK-Swift at "0.2.0"
w/ Carthage #142 (XREF)in 'FacebookCore'... UserProfile
... in an extension in module 'FacebookCore'
... PictureAspectRatio
logIn()
function names in LoginManager. #97)in 'FacebookCore'... UserProfile
... in an extension in module 'FacebookCore'
... FetchResult
`
The text was updated successfully, but these errors were encountered: