You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
I've searched for any related issues and avoided creating a duplicate issue.
Description
If a target (in our case, a general UI framework we use internally) uses the Require Only App-Extension-Safe API flag, it is unable to include SlackTextViewController because it refuses to build since it uses UIApplication sharedApplication in various places.
Reproducible in:
This is reproducible in the sample project.
Steps to reproduce:
Toggle Require Only App-Extension-Safe API to Yes.
Try building
Expected result:
Project succeeds to build
Actual result:
Project fails to build
Attachments:
e.g. Logs, screenshots, screencast, sample project, funny gif, etc.
Description
If a target (in our case, a general UI framework we use internally) uses the
Require Only App-Extension-Safe APIflag, it is unable to includeSlackTextViewControllerbecause it refuses to build since it usesUIApplication sharedApplicationin various places.Reproducible in:
Steps to reproduce:
Require Only App-Extension-Safe APItoYes.Expected result:
Project succeeds to build
Actual result:
Project fails to build
Attachments: