err TypeError: stripAnsi is not a function #458
Answered
by
vogelbeere
vogelbeere
asked this question in
Q&A
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Answered by
vogelbeere
Apr 29, 2025
Replies: 1 comment
-
I found a fix! The issue is expo being incompatible with a breaking change in XCode 16.3. Run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vogelbeere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a fix! The issue is expo being incompatible with a breaking change in XCode 16.3.
Run
pnpm expo install --fix
or, if needed,sudo pnpm expo install --fix
.