-
Notifications
You must be signed in to change notification settings - Fork 54
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
[stderr] [11:09:40] [ios.entitlements]: withIosEntitlementsBaseMod: Entitlements plist is empty #60
Comments
I tried locally and the problem is the same : If i remove
The prebuild is okay.
But with
And indeed, |
@GautierT Thanks for reporting. Could you provide steps on reproducing the issue from a new project or share an existing project with the error? |
Hi @jkasten2 Don't Work ❌
Work ✅
Now I'm still fighting with the provisioning profile here with the others ! #40 Thanks ! |
Howdy, We just released a new beta version that patches some issues related to the entitlements. I wonder if updating will resolve this issue for you. Please give it a shot and update here. In terms of the provisioning profile problems, are you seeing this issue exclusively in the cloud build environment (EAS)? We are investigating that issue but unfortunately, the fastlane error doesn't provide much info regarding the failure. We're working with Expo directly to try to get it resolved. Leave your response / any extra details in the corresponding ticket. Cheers |
Closing due to inactivity |
Hi.
On EAS from Expo when I run
eas build --profile staging --platform ios
On the
Prebuild
step I have this error :My plugins array from
app.config.js
isIf i remove the
onesignal-expo-plugin
part the build is successfulTheir is a provisioning profile configured by eas on my apple account like this :
And the app id configuration is associated to a production certificate.
I don't what I'm doing wrong on the config side.
Thanks.
The text was updated successfully, but these errors were encountered: