-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Support Xcode 10 #914
Support Xcode 10 #914
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you neglected to update the Carthage Cartfile
. Can you please do so?
@codytwinton Aha, I totally missed that; directly updated submodule 😅 Addressed it, review again please 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codytwinton has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@codytwinton Sorry if you are still working on this but looks 79caaaf is missing cb19f08 |
@codytwinton The change is still needed - FBSDKUserDataStore.m is not added to FBSDKCoreKit-Dynamic and cannot build the target. |
@chuganzy - Good catch. I've got a fix internally waiting for review, then I'll push out. |
dev
branch, notmaster
.I cannot see
dev
branch anymoreThis PR supports building the project with Xcode10.
FBSDKUserDataStore
is not added toFBSDKCoreKit-Dynamic
.