capacitor-firebase-auth icon indicating copy to clipboard operation
capacitor-firebase-auth copied to clipboard

FBSDKCoreKit not compiling

Open MohamedRed opened this issue 3 years ago • 4 comments

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 avatar Apr 23 '22 09:04 MohamedRed

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

MohamedRed avatar Apr 23 '22 16:04 MohamedRed

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 avatar Apr 27 '22 17:04 DMR-8

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

DMR-8 avatar Apr 27 '22 17:04 DMR-8

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.

MNorgren avatar Jul 07 '22 13:07 MNorgren