gpt4 book ai didi

ios - Aviary SDK 问题导致 ios 中的应用程序崩溃

转载 作者:行者123 更新时间:2023-12-01 17:39:29 25 4
gpt4 key购买 nike

您好,我在我的 iOS 项目中使用 Aviary SDK。我遵循了 documentation 中给出的所有步骤.现在我在 viewDidAppear 中调用下面的方法(也可以在 viewdidload 中尝试)。

- (void)displayEditorForImage:(UIImage *)imageToEdit   {
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
[AFPhotoEditorController setAPIKey:kAFAviaryAPIKey secret:kAFAviarySecret];
});

AFPhotoEditorController *editorController = [[AFPhotoEditorController alloc] initWithImage:imageToEdit];
[editorController setDelegate:self];

[self presentViewController:editorController animated:YES completion:nil]; }

但是当我运行项目应用程序时崩溃了。它不会显示 Controller 并且异常如下
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UINavigationBar setAf_backgroundColor:]: unrecognized selector sent to instance 0xcb1b950'

我该如何解决问题。请帮助我。

最佳答案

您确定正确遵循文档吗?

4. Add linker flags

Update your target's (or project's) build settings to include the following "Other Linker Flags":

-ObjC
-all_load

希望这对您有所帮助。

谢谢,
乔尼

关于ios - Aviary SDK 问题导致 ios 中的应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25545807/

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