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

Fix the podlint error #1428

Closed
wants to merge 1 commit into from
Closed

Conversation

lorixx
Copy link
Contributor

@lorixx lorixx commented Feb 21, 2020

Summary:
We kept getting an error as the following:

    - ERROR | [OSX] unknown: Encountered an unknown error (The platform of the target `App` (macOS 10.11) is not compatible with `IGListSwiftKit (4.1.0)`, which does not support `macOS`.) during validation.

Looks like IGListSwiftKit did not support macos, wondering why this is the case here.

Potentially this error was introduced in this PR: #1388
cc natestedman who might know the context here

Differential Revision: D20036436

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20036436

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20036436

lorixx added a commit to lorixx/IGListKit that referenced this pull request Feb 26, 2020
Summary:
Pull Request resolved: Instagram#1428

We kept getting an error as the following:

```
    - ERROR | [OSX] unknown: Encountered an unknown error (The platform of the target `App` (macOS 10.11) is not compatible with `IGListSwiftKit (4.1.0)`, which does not support `macOS`.) during validation.
```

Looks like IGListSwiftKit did not support macos, wondering why this is the case here.

Potentially this error was introduced in this PR: Instagram#1388
cc natestedman who might know the context here

Differential Revision: D20036436

fbshipit-source-id: dc77dfae335420fe310ad39a662753af831a1054
lorixx added a commit to lorixx/IGListKit that referenced this pull request Feb 26, 2020
Summary:
Pull Request resolved: Instagram#1428

We kept getting an error as the following:

```
    - ERROR | [OSX] unknown: Encountered an unknown error (The platform of the target `App` (macOS 10.11) is not compatible with `IGListSwiftKit (4.1.0)`, which does not support `macOS`.) during validation.
```

Looks like IGListSwiftKit did not support macos, wondering why this is the case here.

Potentially this error was introduced in this PR: Instagram#1388
cc natestedman who might know the context here

Reviewed By: natestedman

Differential Revision: D20036436

fbshipit-source-id: e9344c847c4be837bc43306a3128ffc87246efd5
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20036436

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20036436

lorixx added a commit to lorixx/IGListKit that referenced this pull request Feb 26, 2020
Summary:
Pull Request resolved: Instagram#1428

We kept getting an error as the following:

```
    - ERROR | [OSX] unknown: Encountered an unknown error (The platform of the target `App` (macOS 10.11) is not compatible with `IGListSwiftKit (4.1.0)`, which does not support `macOS`.) during validation.
```

Looks like IGListSwiftKit did not support macos, wondering why this is the case here.

Potentially this error was introduced in this PR: Instagram#1388
cc natestedman who might know the context here

The solution here is to lint the specs separately in travis, so that for IGListSwiftKit we only lint against ios and tvos. And the other podspecs will still lint against on all platform, including the macos.

Reviewed By: natestedman

Differential Revision: D20036436

fbshipit-source-id: a2567e439f53593639bff949207af87ff42f6507
Summary:
Pull Request resolved: Instagram#1428

We kept getting an error as the following:

```
    - ERROR | [OSX] unknown: Encountered an unknown error (The platform of the target `App` (macOS 10.11) is not compatible with `IGListSwiftKit (4.1.0)`, which does not support `macOS`.) during validation.
```

Looks like IGListSwiftKit did not support macos, wondering why this is the case here.

Potentially this error was introduced in this PR: Instagram#1388
cc natestedman who might know the context here

The solution here is to lint the specs separately in travis, so that for IGListSwiftKit we only lint against ios and tvos. And the other podspecs will still lint against on all platform, including the macos.

Reviewed By: natestedman

Differential Revision: D20036436

fbshipit-source-id: 67c1578779a20435af0c43428c40a38ad18265b3
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20036436

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 884b97d.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants