Closed ltryee closed 1 year ago
I haven't been able to reproduce this myself with 3.1 via cocoapods with a sample project and Xcode 15. It builds and links successfully for both debug and archive builds. Any ideas what you may be doing differently from a stock sample app? Does this reproduce if you clone the repo and attempt to build the Example app? That doesn't use cocoapods to get the StripeTerminal binary but the binary it links against is from the same build output. I'm able to link that project OK with Xcode 15 as well.
~I'll double check but the library should be being built with BUILD_LIBRARY_FOR_DISTRIBUTION
set.~ confirmed the SDK is already being built with BUILD_LIBRARY_FOR_DISTRIBUTION
enabled.
It was our fault. Thanks for replying.
Summary
Swift version conflict
iOS version
iOS 17.0.1
Installation method
pod
SDK version
3.1.0
Other information
It may be helps to turn on the build setting named
BUILD_LIBRARY_FOR_DISTRIBUTION