You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The command ./build.sh is crashing
To Reproduce
Steps to reproduce the behavior:
install mint
install unsignedapps/swift-create-xcframework
run ./build.sh
output:
Removing old files ...
Building XCFrameworks ...
warning: unable to restore workspace state: unknown 'WorkspaceStateStorage' version '6' at '***/analytics-swift/.build/workspace-state.json'
debug: evaluating manifest for 'analytics-swift' v. unknown
error: missingKey("product_type")
debug: evaluating manifest for 'analytics-swift' v. unknown
error: missingKey("product_type")
Error: fatalError
Done.
Platform:
Library Version in use: 1.5.11
Platform being tested: iOS
Integrations in use: -
Additional context
I had change the swift-tools-version in the package.swift file to 5.7.
Before making this change I was getting the following error:
Removing old files ...
Building XCFrameworks ...
warning: unable to restore workspace state: unknown 'WorkspaceStateStorage' version '6' at '***/analytics-swift/.build/workspace-state.json'
error: package 'analytics-swift' is using Swift tools version 5.9.0 but the installed version is 5.7.0
error: package 'analytics-swift' is using Swift tools version 5.9.0 but the installed version is 5.7.0
Error: fatalError
Done.
Installed versions:
$ swift --version
swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
Target: arm64-apple-macosx14.0
$ which swift
/usr/bin/swift
$ mint --version
Version: 0.17.5
$ swift create-xcframework --version
2.3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The command
./build.sh
is crashingTo Reproduce
Steps to reproduce the behavior:
output:
Platform:
Additional context
I had change the swift-tools-version in the package.swift file to 5.7.
Before making this change I was getting the following error:
Installed versions:
The text was updated successfully, but these errors were encountered: