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 has been 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.
The text was updated successfully, but these errors were encountered:
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 includeSlackTextViewController
because it refuses to build since it usesUIApplication sharedApplication
in various places.Reproducible in:
Steps to reproduce:
Require Only App-Extension-Safe API
toYes
.Expected result:
Project succeeds to build
Actual result:
Project fails to build
Attachments:
The text was updated successfully, but these errors were encountered: