Shopify / unity-buy-sdk

The Unity Buy SDK allows Unity developers to query and sell products from Shopify directly in Unity.
https://help.shopify.com/api/sdks/custom-storefront/unity-buy-sdk
MIT License
67 stars 23 forks source link

Swift errors: undeclared type, unresolved identifier #604

Open kingmoge opened 4 years ago

kingmoge commented 4 years ago

Hi -

I'm trying to do a Unity Cloud build for iOS and I'm getting these two errors that I have no idea what to do with...

Libraries/Shopify/Plugins/iOS/Shopify/MessageCenter.swift:51:9: use of unresolved identifier 'UnitySendMessage'

Libraries/Shopify/Plugins/iOS/Shopify/PaymentSession.swift:166:65: use of undeclared type 'UnityBuyAppController'

I've searched it up and came across nothing I could see as a solution. Anyone have any idea where I should start?

Thanks!