gpt4 book ai didi

ios - 如何从Shopify SDK获取收藏?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:56:48 29 4
gpt4 key购买 nike

我正在使用 Shopify SDK。我已成功集成它,但问题是当我尝试从 shopify 获取收藏时我的应用程序崩溃了?

我已经关注this由 shopify 提供的教程。

代码

// Shopify Initializtion


BUYClient *client;

client = [[BUYClient alloc] initWithShopDomain:SHOP_DOMAIN
apiKey:API_KEY
appId:APP_ID];

[client getCollectionsPage:1 completion:^(NSArray<BUYCollection *> * collections, NSUInteger page, BOOL reachedEnd, NSError *error)
{

// here get a collection

}];

崩溃

enter image description here

请帮我缩短这个。

最佳答案

好消息是我本周早些时候解决了这个问题!您可能正在使用他们目前存在一些问题的静态框架(我认为他们会更新他们的文档以反射(reflect)这一点)。

这是我在他们的 GitHub 问题板上写的答案:

This stack-overflow answer ended up being the solution: https://stackoverflow.com/a/29453132 I had to take the "Mobile Buy SDK.xcdatamodel" from the Mobile Buy SDK project, and put it into my project (plus make sure it is in compile sources!). After this, my project works with the static framework.

关于ios - 如何从Shopify SDK获取收藏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40067170/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com