Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Unable to build with Xcode 14 due to cocoapods-keys dependency #483

Closed
1 task done
NanoSector opened this issue Oct 30, 2022 · 3 comments
Closed
1 task done

Comments

@NanoSector
Copy link
Contributor

NanoSector commented Oct 30, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

A problem in what appears to be Xcode 14 prevents the project from being built on Apple Silicon Macs.

This problem is tracked upstream: orta/cocoapods-keys#232

Expected Behavior

The project can be built on Apple Silicon.

Steps To Reproduce

  1. Set up the environment as described in SETUP.md
  2. Run bundle exec pod clean
  3. Observe error

Environment

- Device: 14" MacBook Pro w/ M1 Pro
- OS: macOS 13.0.0
- Version: N/A
- Build: N/A

Anything else?

cocoapods-keys has not been updated since 2020, with its upstream dependency osx_keychain last being updated in 2018 and throwing various deprecation warnings. Perhaps it is time to look into alternatives? The project itself links to https://github.com/rogerluan/arkana as a possible alternative.

@tejuamirthi
Copy link
Contributor

Have you tried using the above with terminal using rosetta, just in case. The xcode might still be used without rosetta.

@NanoSector
Copy link
Contributor Author

@tejuamirthi In the linked issue, people have tried running with Rosetta.

However as of #477 this should be fixed, I will double check and close this issue if so.

@sawalon
Copy link

sawalon commented Nov 5, 2022

orta/cocoapods-keys#217 (comment)
fixed my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants