Skip to content

Building Projects: [iOS] Projects containing new Facebook extension now give "-stack_size option can only be used when linking a main executable" error #3218

Building Projects: [iOS] Projects containing new Facebook extension now give "-stack_size option can only be used when linking a main executable" error

Building Projects: [iOS] Projects containing new Facebook extension now give "-stack_size option can only be used when linking a main executable" error #3218

Workflow file for this run

name: Tag As Duplicate
on:
issue_comment:
types: created
jobs:
add_label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: checkout
uses: actions/checkout@v2
- name: add label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/duplicate') }}
with:
labels: duplicate