Undefined symbols for architecture arm64: "_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 arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) #1439
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Needs Attention | |
# This workflow is triggered on issue comments. | |
on: | |
issue_comment: | |
types: created | |
jobs: | |
applyNeedsAttentionLabel: | |
name: Apply Needs Attention Label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Apply Needs Attention Label | |
uses: hramos/needs-attention@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
response-required-label: 'waiting-for-response' | |
needs-attention-label: 'needs-triage' |