-
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
[Proj] Xcode 8.3 Compatibility #853
Conversation
@mcohnen Can we get this expedited into a release? XCode 8.3 is live to the public at this time |
cc @dzhuowen |
cc @chrisp-fb |
If anyone knows who is in charge of this repo and are active contributors please feel free to mention them |
Not sure if this helps, but I was able to get my code to compile by removing the SDK from my podfile, ran pod install, re-added it to my podfile and ran pod install again and it compiles fine. |
any estimate when this will get merged? |
any news ? |
Any ETA? |
Can you just merge this now? It's ridiculous. |
please |
please update it ! |
please 🙏 |
👀 |
Please 🙂 |
please 🙇 |
Is the entire iOS team at Facebook on holiday? 😅 Just merge this in please, there's many of us depending on this. 😇 |
Pretty please! |
Any updates? |
Hey everyone, we're aware of this and we're been working to move up our release to push a fix. SDK release v4.21 has been pushed yesterday and the issue with conflicting modulemap files should be fixed now. Is anyone still experiencing this issue with this new release? |
@overlordnyaldee I'll try today :) |
@overlordnyaldee facebook-sdk-swift dependent on this SDK still doesn't compile :( Is Facebook's swift wrapper for this Facebook iOS SDK dead? And should we use only this Objective-C SDK? |
I'd say this issue is fixed. |
This branch compiles on xcode 8.3.1 via carthage, whereas |
This branch/PR also works on xcode 8.3.2 |
Not working for me. This is pretty pathetic at this point. |
@overlordnyaldee 4.22 still does not compile. Can we merge this? |
Update after retest. 4.21 succeeds, but 4.22 fails. Looks like there was a regression. |
@overlordnyaldee 4.22 still has the module map issue; please merge this PR in |
What |
4.23 still has the module map issue fyi |
oh facebook. |
This is why it sucks to be reliant on anything. |
Yea, contrary to my previous comment, Its not working. Sticking to 4.21 at the moment. |
Hey everyone, |
We need it. |
I solved it using:
|
Reported this bug as https://developers.facebook.com/bugs/1510311509043400/ you can only see it if you login. You might have to be my friend, who knows... There is probably a like button. |
Really sorry for the delay here. There is however a different bug introduced later in v4.22 that is making the build fail in Carthage. This will be fixed in v4.25, which we are aiming to release in July 26th. We will include Carthage in our automatic tests to prevent any other breakage in the future. |
Thanks @mcohnen |
Quick update: v4.25 is out and Carthage should build now fine. |
I still have problems with v.4.25 and im backing to 4.21 to compile again. Error:
|
I am also seeing this issue. But inconsistently, I made a new folder, and Cartfile with just
Reported this to Facebook as https://developers.facebook.com/bugs/878290185642503/ |
Xcode 8.3 requires that module map files have unique names. This is preventing compilation of the Facebook SDKs on Xcode 8.3
This simply gives the module map files of each framework unique names and allows all frameworks to be compiled by Xcode 8.3
To help us review the request, please complete the following:
:dev
branch, notmaster
.