-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated Razorpay typedef and events.
- Loading branch information
1 parent
bf5504b
commit c08feb9
Showing
1 changed file
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c08feb9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nautiyalsachin this update is failing here
c08feb9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uday5162 : Try replacing the whole line with
@compatibility_alias Razorpay RazorpayCheckout;
c08feb9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nautiyalsachin Adding @compatibility_alias Razorpay RazorpayCheckout; failing as well.
c08feb9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you share a sample app with me ? So that I can debug this in more detail. Thanks!
c08feb9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was actually the problem with the Xcode version, this version does not work with Xcode 9.4.1 because it does not support swift 5.2, then I updated the Xcode to 11.4.1 which support swift 5.2 and it worked.
Thanks :)