Skip to content

Remove the certs needed on iOS setup#1998

Merged
beastoin merged 3 commits into
mainfrom
sorme_ios_dev_community_certs
Mar 13, 2025
Merged

Remove the certs needed on iOS setup#1998
beastoin merged 3 commits into
mainfrom
sorme_ios_dev_community_certs

Conversation

@beastoin
Copy link
Copy Markdown
Collaborator

@beastoin beastoin commented Mar 13, 2025

Make the iOS setup smoother with fewer frictions.

@beastoin beastoin merged commit 095f4ae into main Mar 13, 2025
@beastoin beastoin deleted the sorme_ios_dev_community_certs branch March 13, 2025 09:13
@beastoin beastoin self-assigned this Mar 13, 2025
@beastoin beastoin moved this to In review in omi TODO / bounties Mar 13, 2025
Comment thread app/setup.sh
######################################
# Setup provisioning profile
######################################
function setup_provisioning_profile() {
Copy link
Copy Markdown
Collaborator

@skywinder skywinder Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi. this method break my build.

I try to run

gem install nkf 

brew install fastlane

but still have this issue

/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1421:in 'block in Gem::Specification#activate_dependencies': Could not find 'nkf' (>= 0) among 146 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/Users/pk/.local/share/fastlane/3.4.0:/opt/homebrew/Cellar/fastlane/2.227.0/libexec' at: /opt/homebrew/Cellar/fastlane/2.227.0/libexec/specifications/CFPropertyList-3.0.7.gemspec, executegem envfor more information from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1425:in 'block in Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:283:in 'block in Gem.activate_bin_path' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Thread::Mutex#synchronize' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Gem.activate_bin_path' from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in '<main>' /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/dependency.rb:303:in 'Gem::Dependency#to_specs': Could not find 'nkf' (>= 0) - did find: [nkf-0.2.0] (Gem::MissingSpecVersionError) Checked in 'GEM_PATH=/Users/pk/.local/share/fastlane/3.4.0:/opt/homebrew/Cellar/fastlane/2.227.0/libexec' , executegem env for more information from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1419:in 'block in Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1425:in 'block in Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:283:in 'block in Gem.activate_bin_path' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Thread::Mutex#synchronize' from /opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems.rb:282:in 'Gem.activate_bin_path' from /opt/homebrew/Cellar/fastlane/2.227.0/libexec/bin/fastlane:25:in '<main>'

@skywinder
Copy link
Copy Markdown
Collaborator

skywinder commented Mar 13, 2025

CleanShot 2025-03-13 at 18 10 08@2x
also got this error with running manually

MATCH_PASSWORD=omi bundle exec fastlane match development --readonly \
            --app_identifier com.friend-app-with-wearable.ios12.development \
            --git_url "git@github.com:BasedHardware/omi-community-certs.git"
            ```

@beastoin beastoin changed the title Sorme ios dev community certs Remove the certs needed on iOS setup Mar 24, 2025
@kodjima33 kodjima33 moved this from In review to Done in omi TODO / bounties Mar 25, 2025
Glucksberg pushed a commit to Glucksberg/omi-local that referenced this pull request Apr 28, 2026
Make the iOS setup smoother with fewer frictions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants