Square In-App Payments iOS SDK v1.6.0

Hi all

When we update our iOS app to the latest version of the SDK and Square Buyer Verification SDK we get the error message:

“squarebuyerverfication does not contain bitcode”

If we enable or disable bitcode we still get the same error.

If we revert back to the 1.5.8 library we don’t get the error message.

Any ideas?

All the best, Paul

How are getting the latest version? Swift Package Manager, Cocoapods, etc. :slightly_smiling_face:

Also are you able to reproduce this error using our sample app? :slightly_smiling_face:

Hi @Bryan-Square

We are using Cocoapods to get the latest version. We haven’t tried to sample app yet.

All the best, Paul

If you try it with the sample app do you get the same error? :slightly_smiling_face:

Thanks @Bryan-Square
Yes the sample project worked with the updated libraries. After playing around it was because we have Bitcode enabled on our main project, not just the pod project and once we set Bitcode to disabled on the main project it worked with the updated library.
Thanks for your help, Paul

Glad to hear you figured it out. Thanks for sharing your findings. :slightly_smiling_face: