I’m integrating Tap to Pay funcationality using Stripe Terminal into my app. I have created entitlement file by following the link: https://developer.apple.com/documentation/proximityreader/setting-up-the-entitlement-for-tap-to-pay-on-iphone
.
In Xcode i’m facing an error message and showing me signing certificate to none.
The file "/Users/nick/Desktop/Flex Lab Project/Flight_City/FlightCity/FlightCity.entitlements" could not be opened.
Verify the value of the CODE_SIGN_ENTITLEMENTS build setting for target "FlightCity" is correct and that the file exists on disk.
I have created a new App Id and enable the Tap to Pay capability and created new AdHoc certificate and provisioning profile as well. After that i created a new entitlement file and give its address in App Target Build Setting Code Signing like this: FlightCity/FlightCity.entitlements
. I have tried multiple solution, but still i’m stuck to this issues and couldn’t test it. Can anyone let me know what is the missing part in this?
Tyrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.