-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have an Expo application and I have recently integrated the @iterable/expo-plugin. When developing everything works great, but I'm having some issues generating builds of our app both locally and on EAS. The commands we have been using to generate these builds are:
eas build --profile development --platform ios
eas build --profile development --platform ios --local
eas build --profile staging --platform ios
eas build --profile staging --platform ios --local
Neither the development or staging builds will complete and they are all showing the exact same error:
error: Signing for "IterableExpoRichPush" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'IterableExpoRichPush' from project 'my-app')
I have tried everything I can think of with credentials to get this signed, but nothing seems to work. I've also tried altering the settings in XCode, but that doesn't seem to do anything either. I can't seem to figure out how to get Expo or the @iterable/expo-plugin package to sign the other Target that gets added in XCode. We have followed the guide for setting up Iterable in Expo, and tried some of the steps that were applicable in the docs for setting up a bare React Native project.
Do you happen to know what's going on? Is this a bug in the @iterable/expo-plugin?
Version Info:
"@iterable/expo-plugin": "^1.0.0"
"@iterable/react-native-sdk": "^2.0.0"
"expo": "~52.0.47"
"react-native": "0.76.9"