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

FBSDKCoreKit not compiling #214

Open
MohamedRed opened this issue Apr 23, 2022 · 4 comments
Open

FBSDKCoreKit not compiling #214

MohamedRed opened this issue Apr 23, 2022 · 4 comments

Comments

@MohamedRed
Copy link

MohamedRed commented Apr 23, 2022

I get this compile error:

Failed to build module 'FBSDKCoreKit' from its module interface; the compiler that produced it, 'Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)', may have used features that aren't supported by this compiler, 'Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)'

I use Xcode 12.5.1 and Swift 5.

Screenshot 2022-04-23 at 11 13 26

@MohamedRed
Copy link
Author

It seems xcode is not complying to your podfile.lock. It installs FBSDKCoreKit 13.0.1 while your podfile.lock file indicates 4.40.0

@DMR-8
Copy link

DMR-8 commented Apr 27, 2022

Facing the same issue here, tried various ways to make sure the podfile.lock doesn't update, evern manually copied the required version numbers but to no success.

@DMR-8
Copy link

DMR-8 commented Apr 27, 2022

Also facing an error that states "_Concurrency module not found"

@MNorgren
Copy link

MNorgren commented Jul 7, 2022

Also facing an error that states "_Concurrency module not found"

Have you found a solution yet? I am experiencing the same issue. I've attempted to specify FBSDKCoreKit 5.2.0 and FBSDKLoginKit 5.2.0 in my Podfile, yet no luck.

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