Adding Frameworks
UPI related dependencies needs to be added in the project.
Hyper QR framework: This framework is required to scan QRs in iOS devices. Download
Common Library: NPCI UPI common libraries is a set of utilities which PSP can embed into their UPIapp to communicate with NPCI central system to set/reset/change UPI PIN (earlierknown as MPIN), balance enquiry and for debit authorization with two factor secured authentication. This will be shared by Juspay.
Follow these steps to add a framework in an iOS project:
Select the project in the Groups & Files pane in Xcode.
Ensure that the proper target is selected on the left side, select the General tab.
Scroll to the Frameworks, Libraries and, Embedded Content section.
Select the + button at the bottom of the section to add the required frameworks.
Select each one of the following frameworks and select Add.
If you are using Xcode 15 and facing a “Cycle inside” issue during building the app, this issue can be fixed by moving ‘Embed Frameworks’ build phase above the ‘Run script’ build phase(s).

