-1

I am getting this warning in default files like STPAddress.h how to resolve that warning. how to write correct way of deprecated with PKContactField. This is the warning : enter image description here

How to resolve that one

vijju
  • 462
  • 9
  • 30

1 Answers1

1

Which version of Stripe iOS SDK? Could you try updating to v12.0.0 if you aren't already using at least this version?

See migration instructions here.

These warnings should be caused because the framework is using old methods to maintain support back to iOS 8. Changes to silence the warnings should have been included in v11.5.0 (change #823) and a migration to STPContactField was made in v12.0.0 (change #848 - minimum iOS version 9)

psmvac
  • 246
  • 1
  • 4