Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage compatibility with Facebook-sdk #285

Closed
jaimeagudo opened this issue Oct 26, 2016 · 4 comments
Closed

Carthage compatibility with Facebook-sdk #285

jaimeagudo opened this issue Oct 26, 2016 · 4 comments
Assignees

Comments

@jaimeagudo
Copy link

jaimeagudo commented Oct 26, 2016

It seems related with #152, I tried the accepted solution, that branch doesn't exist anymore so I am stuck

Thanks in advance
Carthage 0.18.1, MacOS 10.12 Sierra

Cartfile:

github "facebook/Facebook-SDK-Swift"

$ carthage update --platform iOS                                                                                                                                

*** Fetching Facebook-SDK-Swift
*** Fetching facebook-ios-sdk
*** Fetching Bolts-ObjC
*** Checking out Bolts-ObjC at "1.8.4"
*** Downloading facebook-ios-sdk.framework binary at "4.16.1"
*** Checking out facebook-ios-sdk at "sdk-version-4.16.1"
*** Checking out Facebook-SDK-Swift at "0.2.0"
*** xcodebuild output can be found in /var/folders/_g/jhvwjlrn4q16j_npb_r5z90m0000gn/T/carthage-xcodebuild.y0oD6Q.log
*** Skipped building Bolts-ObjC due to the error:
Dependency "Bolts-ObjC" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at Optional("https://github.com/BoltsFramework/Bolts-ObjC/issues/new")
@nlutsenko
Copy link
Member

Hey @jaimeagudo, thanks for the report.
Taking into account that we have Carthage validation on every commit via CocoaPods, I believe this might be related to either a transient or specific to your machine failure.
I would recommend deleting Carthage folder from your checkout and re-running it once again.

Let me know if it succeeds or if you end up with any errors.

@nlutsenko nlutsenko self-assigned this Oct 31, 2016
@jaimeagudo
Copy link
Author

Thanks for your time @nlutsenko, I already tried several times with fresh new projects and it doesn't work. During these few days the SDK has been upgraded from 4.16.1 to 4.17.0 and I still have no success.

Btw my Xcode Version is 8.0 (8A218a)

*** Fetching facebook-sdk-swift
*** Fetching facebook-ios-sdk
*** Fetching Bolts-ObjC
*** Checking out Bolts-ObjC at "1.8.4"
*** Downloading facebook-ios-sdk.framework binary at "4.17.0"
*** Checking out facebook-ios-sdk at "sdk-version-4.17.0"
*** Checking out facebook-sdk-swift at "0.2.0"
*** xcodebuild output can be found in /var/folders/_g/jhvwjlrn4q16j_npb_r5z90m0000gn/T/carthage-xcodebuild.mJp3sY.log
*** Skipped building Bolts-ObjC due to the error:
Dependency "Bolts-ObjC" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at Optional("https://github.com/BoltsFramework/Bolts-ObjC/issues/new")
*** Skipped building facebook-ios-sdk due to the error:
Dependency "facebook-ios-sdk" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at Optional("https://github.com/facebook/facebook-ios-sdk/issues/new")

@nlutsenko
Copy link
Member

Any chance you can make sure you are using latest prod version of Carthage (0.18.1)?

@jamesone
Copy link

Is it possible to use Carthage for setting up the react-native-fbsdk? I've looked everywhere and have found that it is not supported? Am I wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants