I am facing some issues into XCode with Apple New Macmini with M1 chip.
Into My Application i used RazorPay so it is throwing below error even after updating pods.
Module 'Razorpay' was created for incompatible target arm64-apple-ios10.0: /Pods/razorpay-pod/Pod/Razorpay.framework/Modules/Razorpay.swiftmodule/arm64.swiftmodule
There is an another error for GooglePlaces.framework
building for iOS Simulator, but linking in object file built for iOS, file '/Pods/GooglePlaces/Frameworks/GooglePlaces.framework/GooglePlaces' for architecture arm64
I tried some possible solution available here but non of them worked for me.
I am using Xcode Version 12.4.Can someone please help me how can i fix this. This same things working well with intel based apple machine.