razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 144 forks source link

Missing dSYMs for Razorpay library #346

Open santosh-gunashekar opened 9 months ago

santosh-gunashekar commented 9 months ago

Description

Setting up flutter razorpay library has a message: Note for iOS: Make sure that the minimum deployment target for your app is iOS 10.0 or higher. Also, don't forget to enable bitcode for your project.

But marking the enable bitcode to "Yes" is not possible and while compiling, it gets to "No" automatically. As a result, some crashes from the app are not being processed due to missing dSYMs.

Is this a result of needing to set the flag to "Yes"?

Steps To Reproduce

  1. Add the razorpay flutter SDK to the project
  2. Simulate a crash on the razorpay part of the app

Expected Results

Crashes for RazorPay SDK should be processed without any issues and there should be no need to enable bitcode.