razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 147 forks source link

XCode 14 Doesn't support bitcode. #270

Closed jerrypaulsam closed 1 year ago

jerrypaulsam commented 1 year ago

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

With the latest xcode 14, enabling bitcode is showing a warning and build fails.

ramprasadAnand commented 1 year ago

@jerrypaulsam as per Apple's release notes for Xcode 14

Xcode no longer builds bitcode by default and generates a warning message if a project explicitly enables bitcode: “Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode.”

Please build the project with default settings and let us know if you still face the same issue.

ramprasadAnand commented 1 year ago

Closing this issue due to inactivity, feel free to reopen or add comments here.