Closed garrettg123 closed 2 years ago
I'm having this same issue, any luck yet?
@anthony-fdez Yes, surprisingly! https://github.com/expo/sentry-expo/issues/228#issuecomment-1001101183
Same issue :(
It seems I figured out the issue. First, you need to see logs from xcode. By default, they are suppressed For that you need to:
expo prebuild -p ios
to create an ios folder
suppress_xcode_output(false)
clean(true)
disable_xcpretty(false)
Then you can build with the command `eas build -p ios`
Then you will see your problem in the logs.
For me the problem was the provisioning profile without push notifications
`[RUN_FASTLANE] ▸ ❌ /var/folders/z3/7kbhq9_j5xx0q973xyc14zvr0000gn/T/eas-build-local-nodejs/c2dc166f-8aea-48ed-8f5d-82affcde9c13/build/ios/MyApp.xcodeproj: error: "MyApp" requires a provisioning profile with the Push Notifications feature. Select a provisioning profile in the Signing & Capabilities editor. (in target 'MyApp' from project 'MyApp')`
How did you manage to get a provisioning profile with push notifications because I'm dealing with the same issue and I don't find any information about fixing it.
@Arhane Did you find a way to fix it? I'm dealing with the same thing and my provisioning profile seems to include the features mentioned in the error.
@t0ma5h I updated the provisioning profile. In the provisioning profile I added the push notifications
Summary
I run
eas build
, choose iOS, log in, the build starts, and fails because of fastlane.Environment
Expo CLI 4.13.0 environment info: System: OS: macOS 12.0.1 Shell: 3.0.2 - /usr/local/bin/fish Binaries: Node: 12.22.7 - /usr/local/bin/node Yarn: 1.22.5 - ~/.yarn/bin/yarn npm: 6.14.15 - /usr/local/bin/npm Watchman: 2021.11.01.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3 Android SDK: API Levels: 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27 Build Tools: 19.1.0, 21.1.2, 23.0.1, 23.0.2, 23.0.3, 24.0.3, 25.0.0, 25.0.2, 26.0.2, 26.0.3, 28.0.2, 28.0.3 System Images: android-29 | Google Play Intel x86 Atom IDEs: Android Studio: 3.6 AI-192.7142.36.36.6308749 Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild npmPackages: expo: ~43.0.2 => 43.0.3 react-native: 0.64.3 => 0.64.3 Expo Workflow: bare
Please specify your device/emulator/simulator platform, model and version
iOS
Error output
Reproducible demo or steps to reproduce from a blank project