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

Undefined symbols for architecture x86_64: "_swift_stdlib_isStackAllocationSafe" #2175

Open
5 tasks done
yasirmturk opened this issue Feb 10, 2023 · 0 comments
Open
5 tasks done

Comments

@yasirmturk
Copy link

Checklist before submitting a bug report

Xcode version

13.2.1

Facebook iOS SDK version

15.1.0

Dependency Manager

SPM

SDK Framework

Core

Goals

I have added facebook SDK using SPM and using only Core/Share
I am using Parse for login

Expected results

The app should build for simulator but it fails

Actual results

  "_swift_stdlib_isStackAllocationSafe", referenced from:
      function signature specialization <Arg[1] = Owned To Guaranteed> of generic specialization <FBSDKLoginKit.FBPermission> of Swift._NativeSet.intersection(Swift._NativeSet<A>) -> Swift._NativeSet<A> in FBSDKLoginKit(LoginManager.o)
      merged function signature specialization <Arg[1] = Owned To Guaranteed> of generic specialization <FBSDKLoginKit.FBPermission, Swift._NativeSet<FBSDKLoginKit.FBPermission>> of Swift._NativeSet.genericIntersection<A where A == A1.Element, A1: Swift.Sequence>(A1) -> Swift._NativeSet<A> in FBSDKLoginKit(LoginManager.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)```

### Steps to reproduce

_No response_

### Code samples & details

```swift
// INSERT YOUR CODE HERE
var example = "Example code"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant