rogerluan / arkana

Store your keys and secrets away from your source code. Designed for Android and iOS projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing package product 'ArkanaKeys' (arkana 1.5.0)

houmie opened this issue · comments

Hello,

I have reset the SPM cache and resolved everything from scratch. I get this error shown:

Missing package product 'ArkanaKeys'

I have updated it via bundler already:

> bundler update
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Fetching rake 13.1.0 (was 13.0.6)
Installing rake 13.1.0 (was 13.0.6)
Using rexml 3.2.6
Fetching public_suffix 5.0.4 (was 5.0.3)
Using rainbow 3.1.1
Using artifactory 3.0.15
Using atomos 0.1.3
Using bundler 2.4.14
Fetching yaml 0.3.0 (was 0.2.1)
Using dotenv 2.8.1
Using jmespath 1.6.2
Fetching aws-partitions 1.853.0 (was 1.828.0)
Using colored2 3.1.2
Using babosa 1.0.4
Using declarative 0.0.20
Using claide 1.1.0
Using digest-crc 0.6.5
Using highline 2.0.3
Using aws-eventstream 1.2.0
Using emoji_regex 3.2.3
Using faraday-em_http 1.0.0
Using faraday-em_synchrony 1.0.0
Using faraday-excon 1.1.0
Using faraday-httpclient 1.0.1
Using multipart-post 2.3.0
Using faraday-net_http_persistent 1.2.0
Using faraday-patron 1.0.0
Using faraday-net_http 1.0.1
Using faraday-retry 1.0.3
Using ruby2_keywords 0.0.5
Using colored 1.2
Using gh_inspector 1.1.3
Using jwt 2.7.1
Using fastimage 2.2.7
Using os 1.1.4
Using httpclient 2.8.3
Using mini_mime 1.1.5
Using faraday-rack 1.0.0
Using uber 0.1.0
Using retriable 3.1.2
Using webrick 1.8.1
Using google-cloud-errors 1.3.1
Using json 2.6.3
Using mini_magick 4.12.0
Using naturally 2.2.1
Using optparse 0.1.1
Using trailblazer-option 0.1.2
Fetching excon 0.104.0 (was 0.103.0)
Using plist 3.7.0
Using security 0.1.3
Using terminal-notifier 2.0.0
Fetching unicode-display_width 2.5.0 (was 2.4.2)
Using rubyzip 2.3.2
Using multi_json 1.15.0
Fetching domain_name 0.6.20231109 (was 0.5.20190701)
Using tty-screen 0.8.1
Using tty-cursor 0.7.1
Using nanaimo 0.3.0
Using rouge 2.0.7
Using CFPropertyList 3.0.6
Fetching aws-sigv4 1.6.1 (was 1.6.0)
Using word_wrap 1.0.0
Using commander 4.6.0
Using faraday-multipart 1.0.4
Using representable 3.2.0
Using simctl 1.6.10
Using tty-spinner 0.9.3
Using xcodeproj 1.23.0
Using xcpretty 0.3.0
Using faraday 1.10.3
Installing yaml 0.3.0 (was 0.2.1)
Using faraday_middleware 1.2.0
Using google-cloud-env 1.6.0
Using xcpretty-travis-formatter 1.0.1
Using google-cloud-core 1.6.0
Installing public_suffix 5.0.4 (was 5.0.3)
Installing aws-partitions 1.853.0 (was 1.828.0)
Fetching arkana 1.5.0 (was 1.4.0)
Installing aws-sigv4 1.6.1 (was 1.6.0)
Installing unicode-display_width 2.5.0 (was 2.4.2)
Using addressable 2.8.5
Using signet 0.18.0
Using googleauth 1.8.1
Fetching google-apis-core 0.11.2 (was 0.11.1)
Using terminal-table 3.0.2
Fetching aws-sdk-core 3.187.0 (was 3.183.1)
Installing domain_name 0.6.20231109 (was 0.5.20190701)
Installing excon 0.104.0 (was 0.103.0)
Using http-cookie 1.0.5
Using faraday-cookie_jar 0.0.7
Installing google-apis-core 0.11.2 (was 0.11.1)
Using google-apis-playcustomapp_v1 0.13.0
Using google-apis-iamcredentials_v1 0.17.0
Fetching google-apis-androidpublisher_v3 0.52.0 (was 0.50.0)
Fetching google-apis-storage_v1 0.29.0 (was 0.19.0)
Installing aws-sdk-core 3.187.0 (was 3.183.1)
Installing google-apis-storage_v1 0.29.0 (was 0.19.0)
Installing google-apis-androidpublisher_v3 0.52.0 (was 0.50.0)
Fetching google-cloud-storage 1.45.0 (was 1.44.0)
Fetching aws-sdk-kms 1.72.0 (was 1.71.0)
Installing google-cloud-storage 1.45.0 (was 1.44.0)
Installing aws-sdk-kms 1.72.0 (was 1.71.0)
Installing arkana 1.5.0 (was 1.4.0)
Fetching aws-sdk-s3 1.137.0 (was 1.135.0)
Installing aws-sdk-s3 1.137.0 (was 1.135.0)
Fetching fastlane 2.217.0 (was 2.216.0)
Installing fastlane 2.217.0 (was 2.216.0)
Bundle updated!

What could be the issue, please?

I removed the existing Arkana binary from "Frameworks, Libraries, and Embedded Content".
then I ran from command line: bundle exec arkana
Then I could add the binary again. Now it works.

Sorry, it can get a bit confusing when forced to start from scratch :-)

Glad you sorted it out :) lemme know if you need any further help!

Thank you