I am using 2 dependencies in my pubspec.yml
Zoom pub.dev link
Razorpay pub.dev link
Zoom requires to disable the bitcode for the app and razorpay needs to enable the bitcode settings. How to solve this problem?
I am using 2 dependencies in my pubspec.yml
Zoom pub.dev link
Razorpay pub.dev link
Zoom requires to disable the bitcode for the app and razorpay needs to enable the bitcode settings. How to solve this problem?
Bitcode is only an additional option which will enable them to downsize the app wherever required. Razorpay will still work even if you dont enable bitcode settings for iOS.