question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expo Managed Workflow Crashes On Startup for iOS.

See original GitHub issue

Description Installed “@stripe/stripe-react-native”: “0.2.3” through expo install @stripe/stripe-react-native. The problem is that once I eas build my expo app for simulator, the application crashes on load. I have a managed workflow expo application where i am running a react native application.

To Reproduce Steps to reproduce the behavior:

  1. Create react native app with expo
  2. Import the StripeProvider and add the publishableKey
  3. run eas build -p ios --profile preview with correct simulator configuration as mentioned below
  4. drag and drop the file to a simulator

eas.json file: { "cli": { "version": ">= 0.51.0" }, "build": { "development": { "developmentClient": true, "distribution": "internal" }, "preview": { "ios": { "simulator": true }, "distribution": "internal" }, "production": {} }, "submit": { "production": {} } }

Expected behavior The screen will crash on load

**Smartphone **

  • Device: iPhone 12 Simulator --> Same thing happens if pushed to testflight

Additional context I have been trying to write to stripe customer service as well as calling in to them, but all they tell me is to wait. I have a case open for more then 2,5 weeks and I am in production already using stripe.js, but most of my payments are failing in there.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:32

github_iconTop GitHub Comments

1reaction
widjeshcommented, Apr 25, 2022

This is the complete stack trace when i run expo run:ios with 5.0.4 version of expo-cli

`⚠️ Pods/boost-for-react-native: iOS@8.0 deployment version mismatch, expected >= 9.0 <= 14.4.99 Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the reactnativestripe editor. (in target ‘reactnativestripe’ from project ‘reactnativestripe’)

› 3 error(s), and 2 warning(s)

Failed to build iOS project. “xcodebuild” exited with error code 65.`

0reactions
charliecruzan-stripecommented, Jun 27, 2022

Not sure what you mean by that 🤔 the errors in the logs @widjesh shared indicate maybe an unexpected swift or xcode version, whereas your error indicates that your credentials, specifically your provisioning profile for your Notification Service Extension, are invalid

Read more comments on GitHub >

github_iconTop Results From Across the Web

My expo app is crashing in prod, how do I troubleshoot it?
And once it starts crashing – the only way to fix is to push over the air update which cleans the cache folder...
Read more >
EXPO [Android] [EAS] Build Crashes at Startup - Stack Overflow
I had recently migrated to Expo SDK 45 from SDK 43 and also Upgraded to EAS CLI from classic builds & I'm having...
Read more >
EAS build works fine in Expo Go an… | Apple Developer Forums
EAS build works fine in Expo Go and simulators but crashes immediately in TestFlight ... I've been using a managed Expo workflow and...
Read more >
Rolling back from bare workflow expo App : r/reactnative
I then made an official build and in iOS everything works, but in Android the App crashes at startup! The error is this:...
Read more >
Monitor your React Native application
Our agent collects crash data, network traffic, and other information for hybrid apps ... To set up custom managed workflow , after installing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found