airbnb / airbnb/MagazineLayout

Podspec swift version must be updated.

Open
#111 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
3.4k
Forks
222
PR merge metrics
No merged PRs in 30d

Description

Hi Dears,
The framework's swift version has been updated to 5.0. however, the swift version in pospec needs to be updated to the latest swift version.

https://github.com/airbnb/MagazineLayout/blob/d2eb5c5eb04cb9247c1e1446cf63a89ff513b0b9/MagazineLayout.podspec#L9

the `pod install` might face the error where `Podfile` has specified swift version support.
`supports_swift_versions '>= 5.0'`

```bash
[!] Unable to determine Swift version for the following pods:

- `MagazineLayout` does not specify a Swift version (`4.0`) that is satisfied by any of targets integrating it.
```

please update the swift version in pod spec file.

Contributor guide

Open the contributing guide

Research direction

Open MagazineLayout.podspec at line 9 and compare its declared Swift version with the framework's Swift 5.0 requirement. Run pod install with a Podfile using supports_swift_versions '>= 5.0'; done when CocoaPods accepts MagazineLayout without the shown version error.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
build-system, mobile
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.