Skip to content

Fix the podlint error#1428

Closed
lorixx wants to merge 1 commit intoInstagram:masterfrom
lorixx:export-D20036436
Closed

Fix the podlint error#1428
lorixx wants to merge 1 commit intoInstagram:masterfrom
lorixx:export-D20036436

Conversation

@lorixx
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 884b97d.

TimOliver pushed a commit that referenced this pull request Dec 10, 2025
Summary:
Pull Request resolved: #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: #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: 5406cef1825fc4c157fee9ca5856ace81df0508d
TimOliver pushed a commit that referenced this pull request Dec 10, 2025
Summary:
Pull Request resolved: #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: #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: 5406cef1825fc4c157fee9ca5856ace81df0508d
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