Shopify / mobile-buy-sdk-ios

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.
MIT License
452 stars 199 forks source link

Sample app build failure! #969

Closed MKGitHub closed 5 years ago

MKGitHub commented 5 years ago

I downloaded mobile-buy-sdk-ios-master, open the Storefront.xcodeproj and run…build failures!

Xcode Version 10.1 (10B61)

screen shot 2019-02-04 at 14 46 03

Where to go from here?

dbart01 commented 5 years ago

Please follow the installation instructions. The SDK requires a recursive submodule update:

git submodule update --init --recursive