Skip to content

Commit

Permalink
Fix "unknown 'PinsStorage' version '3'" during fastlane tests
Browse files Browse the repository at this point in the history
The minimum xcode version needs to be raised to 15.3. However, this is
not yet possible as the minimum MacOS version for XCode 15 is MacOS14
and we use MacOS 13 to compile `libcrypto` in the GitHub workflow.

Co-authored-by: wec43 <[email protected]>
  • Loading branch information
rezbyte and wec43 committed Aug 6, 2024
1 parent 73cf6a8 commit 7240e2d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"originHash" : "235c99bcce1bf30163b08ef08cdf4dae82e57a3ed32567d42522b91e4fb8b6dc",
"pins" : [
{
"identity" : "dictionarycoding",
Expand Down Expand Up @@ -29,5 +28,5 @@
}
}
],
"version" : 3
"version" : 2
}

0 comments on commit 7240e2d

Please sign in to comment.