Hello, I have a problem with facebook integration. I've read all the threads about swift topics and tried everything you said but it's not working. I added facebook xcfreameworks manually as add extra freamework. But still I am getting this error.
*Podfile;*
pod 'FBSDKCoreKit', '~> 13.2'
pod 'FBSDKCoreKit_Basics', '~> 13.2'
pod 'FBSDKGamingServicesKit', '~> 13.2'
pod 'FBSDKLoginKit', '~> 13.2'
pod 'FBSDKShareKit', '~> 13.2'
*Error;*
+ [arm64] Compiling Libraries/FacebookSDK/SDK/Editor/iOS/Swift/FBSDKTournamentUpdater.swift...
error: your project contains code written in the Swift language, but the Swift compiler hasn't been ported to Windows yet.
Possible workarounds:
- If this source file is part of a third-party dependency, look for an Objective-C/C++ only version of that dependency and use it instead.
- If this source file is part of your project itself, rewrite it in C, C++, Objective-C or Objective-C++.
*I need your wisdom. Thank you.*