Date: 2025-03-18 17:08:40
Score: 0.5
Natty:
After debugging, this was the answer:
- Run a build with
EAS_LOCAL_BUILD_SKIP_CLEANUP=1 eas build --platform ios --profile preview --local
- Pull the logs from the error log
- If the error is because "Provisioning profile "*[expo] XXX AdHoc XXX" doesn't include signing certificate "Apple Distribution: XXX" #1201”, then follow this comment: (delete all apple distribution…) vertificates in keychain access, then use this comment: Provisioning profile "*[expo] XXX AdHoc XXX" doesn't include signing certificate "Apple Distribution: XXX" · Issue #1201 · expo/eas-cli
Reasons:
- Has code block (-0.5):
- Self-answer (0.5):
- Low reputation (0.5):
Posted by: Ganning Xu