-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Error building on iOS when using app.config.ts #24061
Comments
This seems to be caused by expo/eas-cli#2112 |
This issue is stale because it has been open for 90 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
Can we get a response from an expo maintainer before automatically closing this ticket? |
This issue is stale because it has been open for 90 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
If anyone is still wondering, the problem was being caused by this line: app.config.ts acts up with console.log or any type of logic outside the config object |
Summary
I'm trying to replace my
app.json
with anapp.config.ts
to dynamically control those fields in my app, but when I try to build it on IOS I get the following errors:Configure xCodeProject
Fail build
Minimal reproducible example
Here is my ts.config.ts:
The text was updated successfully, but these errors were encountered: