Advertisement
Guest User

Untitled

a guest
Aug 26th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. + [arm64] Compiling Libraries/com.prpr.perotools2/Account/iOS/Bridge/Blank.swift...
  2. error: your project contains code written in the Swift language, but the Swift compiler hasn't been ported to Windows yet.
  3. Possible workarounds:
  4. - 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.
  5. - If this source file is part of your project itself, rewrite it in C, C++, Objective-C or Objective-C++.
  6. In file included from Libraries/com.prpr.perotools2/Account/iOS/Bridge/bridge.mm:7:
  7. Libraries/com.prpr.perotools2/Account/iOS/Bridge/SignInWithFacebook\facebook.h(10,9): fatal error:
  8. 'FBSDKCoreKit/FBSDKCoreKit.h' file not found
  9. #import <FBSDKCoreKit/FBSDKCoreKit.h>
  10. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. 1 error generated.
  12. In file included from Libraries/com.prpr.perotools2/Account/iOS/Bridge/SignInWithFacebook/facebook.m:9:
  13. Libraries/com.prpr.perotools2/Account/iOS/Bridge/SignInWithFacebook\facebook.h(10,9): fatal error:
  14. 'FBSDKCoreKit/FBSDKCoreKit.h' file not found
  15. #import <FBSDKCoreKit/FBSDKCoreKit.h>
  16. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement