You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple commands produce '/MyProject/ios/build/Debug-iphonesimulator/starscream.app/Frameworks/Razorpay.framework':
Target 'MyProject' has copy command from '/MyProject/node_modules/react-native-razorpay/ios/Razorpay.framework' to '/MyProject/ios/build/Debug-iphonesimulator/starscream.app/Frameworks/Razorpay.framework'
That command depends on command in Target 'MyProject': script phase “[CP] Embed Pods Frameworks”
Specific to iOS Users :-
Not Specific to iOS users
Razorpay Package Version : 2.1.33
Xcode Version (iOS) : 13
Razorpay-pod version (iOS) : 1.1.4
What you did: I have tried building the project with New build system in Xcode 13 since Xcode 13 is not supporting the legacy build systems.
What happened: The build failed with the following error Multiple commands produce '/MyProject/ios/build/Debug-iphonesimulator/starscream.app/Frameworks/Razorpay.framework'
Code example, screenshot, or link to a repository:
Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered:
Description
Xcode 13 failed to build due to following error
Multiple commands produce '/MyProject/ios/build/Debug-iphonesimulator/starscream.app/Frameworks/Razorpay.framework':
Razorpay Package Version : 2.1.33
Xcode Version (iOS) : 13
Razorpay-pod version (iOS) : 1.1.4
What you did: I have tried building the project with New build system in Xcode 13 since Xcode 13 is not supporting the legacy build systems.
What happened: The build failed with the following error
Multiple commands produce '/MyProject/ios/build/Debug-iphonesimulator/starscream.app/Frameworks/Razorpay.framework'
Code example, screenshot, or link to a repository:
Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered: