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

How to get Xcode logs with eas build --platform ios --local? #1643

Open
FrancescoBonizzi opened this issue Jan 19, 2023 · 6 comments
Open

How to get Xcode logs with eas build --platform ios --local? #1643

FrancescoBonizzi opened this issue Jan 19, 2023 · 6 comments
Labels
eas build enhancement New feature or request needs review Issue is ready to be reviewed by a maintainer

Comments

@FrancescoBonizzi
Copy link

Do you understand that any feature requests opened in this repository will be closed?

Yes

@FrancescoBonizzi FrancescoBonizzi added enhancement New feature or request needs review Issue is ready to be reviewed by a maintainer labels Jan 19, 2023
@wkozyra95
Copy link
Contributor

We do not have a good way to do that now for local builds, in the meantime you can run the build command with env EAS_LOCAL_BUILD_SKIP_CLEANUP=1. You can find in the logs where the project is built or use EAS_LOCAL_BUILD_WORKINGDIR env to change workingdir of the local build(careful, local build will delete everything from that directory before build starts). Xcode logs are storred in logs directory in that workingdir.

https://github.com/expo/eas-build/blob/main/DEVELOPMENT.md

@hssdiv
Copy link

hssdiv commented May 13, 2023

@wkozyra95 thanks, my build was failing and I was simply getting "ARCHIVE FAILED" but in that logs/.log file I found

error: Provisioning profile "...." doesn't include signing certificate "..." - which helped me to solve my issue

@Tagir-A
Copy link

Tagir-A commented Oct 6, 2023

@hssdiv

Hey, I'm having the exact same issue. Could you help me understand how you've managed to solve it?
I understand it's a signing certificate problem, but not sure how to solve it.

@hssdiv
Copy link

hssdiv commented Oct 10, 2023

@Tagir-A Don't really remember, but I probably simply deleted that old provisioning profile from expo dashboard (project_name -> ios credentials) and eas-cli suggested creating new one or something

@brandedcow
Copy link

@hssdiv

Hey, I'm having the exact same issue. Could you help me understand how you've managed to solve it? I understand it's a signing certificate problem, but not sure how to solve it.

Deleting old certs from keychain access might be a solution.

#1201 (comment)

@RAlhawash
Copy link

@brandedcow what you suggested worked for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eas build enhancement New feature or request needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

7 participants