-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
Minimal reproducible example
I’ve tested 2 new projects, and I'm starting to get this error
- Provisioning profile "*[expo] com.mariusdotdev.test1 AppStore 2025-06-29T08:38:06.367Z" doesn't include signing certificate "Apple Distribution: Marius Mariakinas (92D832443B)". (in target 'Test1' from project 'Test1')
What i done:
- Create expo project
- Create App in Apple Store
- Add App ID to
ascAppId - Run Expo build and follow on screen instructions to generate new certs and profiles
- During build this error occurs
I have also done eas credentials > ios > production > login > Build Credentials > All: Set up all the required credentials to build your project
But still same problem
Steps to reproduce
Pls check above
Environment
expo-env-info 1.3.3 environment info:
System:
OS: macOS 15.5
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v20.17.0/bin/yarn
npm: 10.8.2 - ~/.nvm/versions/node/v20.17.0/bin/npm
Managers:
CocoaPods: 1.16.2 - /opt/homebrew/lib/ruby/gems/3.4.0/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 24.2, iOS 18.2, macOS 15.2, tvOS 18.2, visionOS 2.2, watchOS 11.2
Android SDK:
API Levels: 28, 30, 31, 33, 34, 35
Build Tools: 34.0.0, 35.0.0, 36.0.0
System Images: android-30 | Google APIs ARM 64 v8a, android-34 | Google APIs ARM 64 v8a, android-35 | Google Play ARM 64 v8a
IDEs:
Xcode: 16.2/16C5032a - /usr/bin/xcodebuild
npmPackages:
expo: ~53.0.13 => 53.0.13
expo-router: ~5.1.1 => 5.1.1
expo-updates: ~0.28.15 => 0.28.15
react: 19.0.0 => 19.0.0
react-native: 0.79.4 => 0.79.4
npmGlobalPackages:
eas-cli: 16.13.2
Expo Workflow: bare
Expo Doctor Diagnostics
➜ npx expo-doctor@latest
Need to install the following packages:
expo-doctor@1.13.3
Ok to proceed? (y)
env: load .env
env: export EXPO_PUBLIC_API_URL EXPO_PUBLIC_MAP_API MAPS_API_KEY GOOGLE_MAPS_APIKEY
Your Expo app does not have a 'userInterfaceStyle' setting which can to confusing color scheme behavior. Please set a 'userInterfaceStyle' to remove this warning (recommended 'automatic'). https://docs.expo.dev/develop/user-interface/color-themes
13/15 checks passed. 2 checks failed. Possible issues detected:
Use the --verbose flag to see more details about passed checks.
✖ Check for app config fields that may not be synced in a non-CNG project
This project contains native project folders but also has native configuration properties in app.config.ts, indicating it is configured to use Prebuild. When the android/ios folders are present, EAS Build will not sync the following properties: scheme, icon, orientation, ios, android, plugins, androidStatusBar.
Advice:
Add '/android' and '/ios' to your .gitignore file if you intend to use CNG / Prebuild. Learn more: https://docs.expo.dev/workflow/prebuild/#usage-with-eas-build
✖ Validate packages against React Native Directory package metadata
The following issues were found when validating your dependencies against React Native Directory:
No metadata available: @mariuzm/form, @mariuzm/utils, @turf/helpers
Advice:
Update React Native Directory to include metadata for unknown packages. Alternatively, set expo.doctor.reactNativeDirectoryCheck.listUnknownPackages in package.json to false to skip warnings about packages with no metadata, if the warning is not relevant.
2 checks failed, indicating possible issues with the project.
Reactions are currently unavailable