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

Enable Catalyst support for the catalogs. #10059

Closed
wants to merge 4 commits into from

Conversation

jverkoey
Copy link
Contributor

Turning this support on revealed a new class of error:

Implicit conversion from integral type 'int' to 'BOOL'

These errors have been fixed where applicable.

Note that due to https://stackoverflow.com/questions/58547010/ios-catalyst-cocoapod-framework-error-signing-requires-a-development-team, each of the icons pod targets needs to have its Signing Certificate value manually set to "Sign to Run Locally".

Separately, due to onmyway133/blog#572 we also need to disable Library Validation on the projects.

Turning this support on revealed a new class of error:

```
Implicit conversion from integral type 'int' to 'BOOL'
```

These errors have been fixed where applicable.

Note that due to https://stackoverflow.com/questions/58547010/ios-catalyst-cocoapod-framework-error-signing-requires-a-development-team, each of the icons pod targets needs to have its Signing Certificate value manually set to "Sign to Run Locally".

Due to onmyway133/blog#572 we also need to disable Library Validation on the projects.
@jverkoey jverkoey requested review from yarneo and a team as code owners August 11, 2020 16:31
@material-automation
Copy link

This PR affects multiple components.

@material-automation
Copy link

This PR affects multiple components.

@material-automation
Copy link

This PR affects multiple components.

@material-automation
Copy link

This PR affects multiple components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants