I have an expo app on the managed workflow, but not on Expo Go, I use development builds. I have implemented sign-in with Google which works perfectly. In order to comply with Apple’s requirements, I need to also add sign-in with Apple, but it isn’t working. I added the plugin to app.json, rebuilt the app, installed it on the simulator, but when I click the sign-in with Apple button, nothing happens and it logs an error: The authorization attempt failed for an unknown reason. I have read documentations and other questions but nothing seems to solve my problem. Here’s my code f..

Read more

Terminal with text:
The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh.
For more details, please visit https://support.apple.com/kb/HT208050.
macintosh-air:~ macintoshhd$ manim -p -ql FirstScene.py FirstScene
Traceback (most recent call last):
File “/Users/macintoshhd/.local/bin/manim”, line 5, in
from manim.main import main
File “/Users/macintoshhd/.local/pipx/venvs/manim/lib/python3.12/site-packages/manim/init.py”, line 6, in
import pkg_resources
ModuleNotFoundError: No module named ‘pkg_resources’
macintosh-air:~ macintoshhd$ open /Users/macintoshhd/.local/pipx/venvs/manim/lib/python3.12/site-packages/manim/init.py
macintosh-air:~ macinto..

Read more

Read more