Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Fixed issue with missing(url) on latest XCodes #68

Merged
merged 5 commits into from
Jun 17, 2022

Conversation

sapharow
Copy link
Contributor

@sapharow sapharow commented Jun 15, 2022

This PR is following-up the previously opened (but inactive) #64

Since Xcode 13.3.1 the swift package manifest parser is broken (as per issue #63). The latest version of Xcode it works with is 13.2.1. The only error that's printed is: Error: missingKey("url").

Environment:

Xcode 13.3.1 and macOS 12.3

Steps to Reproduce

Check out https://github.com/gini/gini-mobile-ios
$ cd BankSDK/GiniBankSDK
$ swift create-xcframework

Expected behavior

An XCFramework is generated.

Actual behavior

Error: missingKey("url") is printed.

Solution:

Update dependencies to support Swift 5.6 and adopt changes in the codebase.

@bok- bok- merged commit e9c9798 into unsignedapps:main Jun 17, 2022
@sapharow sapharow deleted the feature/support-xcode-13-4 branch June 22, 2022 01:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants