Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + [arm64] Compiling Libraries/com.prpr.perotools2/Account/iOS/Bridge/Blank.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++.
- In file included from Libraries/com.prpr.perotools2/Account/iOS/Bridge/bridge.mm:7:
- Libraries/com.prpr.perotools2/Account/iOS/Bridge/SignInWithFacebook\facebook.h(10,9): fatal error:
- 'FBSDKCoreKit/FBSDKCoreKit.h' file not found
- #import <FBSDKCoreKit/FBSDKCoreKit.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
- In file included from Libraries/com.prpr.perotools2/Account/iOS/Bridge/SignInWithFacebook/facebook.m:9:
- Libraries/com.prpr.perotools2/Account/iOS/Bridge/SignInWithFacebook\facebook.h(10,9): fatal error:
- 'FBSDKCoreKit/FBSDKCoreKit.h' file not found
- #import <FBSDKCoreKit/FBSDKCoreKit.h>
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement