- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最近我在我的 iOS
应用程序中集成了 Google Analytics 框架。在集成之前,Aviary 工作正常,但现在 Aviary 无法正常工作。我正在使用 xcode 5
。错误是
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AFPhotoEditorCustomization setEditorSettingsDefaults]: unrecognized selector sent to instance 0xc2164a0'
*** First throw call stack:
(
0 CoreFoundation 0x03c2b5e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x02e338b6 objc_exception_throw + 44
2 CoreFoundation 0x03cc8903 -[NSObject(NSObject) doesNotRecognizeSelector:] + 275
3 CoreFoundation 0x03c1b90b ___forwarding___ + 1019
4 CoreFoundation 0x03c1b4ee _CF_forwarding_prep_0 + 14
5 VerizonCaseCustomizer 0x0022f436 -[AFPhotoEditorCustomization initWithDictionary:] + 192
6 VerizonCaseCustomizer 0x0022effb +[AFPhotoEditorCustomization options] + 198
7 VerizonCaseCustomizer 0x0022f32a +[AFPhotoEditorCustomization optionValueForKey:] + 58
8 VerizonCaseCustomizer 0x00222f16 +[AFLocalization isLocalizationDisabled] + 49
9 VerizonCaseCustomizer 0x001feaa1 AFLocalizedString + 52
10 VerizonCaseCustomizer 0x001c118d -[AFSDKViewController viewDidLoad] + 113
11 UIKit 0x007209a8 -[UIViewController loadViewIfRequired] + 696
12 UIKit 0x00720c44 -[UIViewController view] + 35
13 VerizonCaseCustomizer 0x0008ec37 -[verizonlibrary displayPhotoEditorWithImage:] + 2247
14 VerizonCaseCustomizer 0x0008def9 -[verizonlibrary facebookimageslater:] + 905
15 Foundation 0x0285d36c __NSFireDelayedPerform + 372
16 CoreFoundation 0x03be9c46 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
17 CoreFoundation 0x03be962d __CFRunLoopDoTimer + 1181
18 CoreFoundation 0x03bd1698 __CFRunLoopRun + 1816
19 CoreFoundation 0x03bd0b33 CFRunLoopRunSpecific + 467
20 CoreFoundation 0x03bd094b CFRunLoopRunInMode + 123
21 GraphicsServices 0x03b879d7 GSEventRunModal + 192
22 GraphicsServices 0x03b877fe GSEventRun + 104
23 UIKit 0x0060d94b UIApplicationMain + 1225
24 VerizonCaseCustomizer 0x0000611f main + 79
25 libdyld.dylib 0x0689970d start + 1
26 ??? 0x00000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
如果我不清楚,请告诉我。提前致谢。
最佳答案
将 -ObjC -all_load 设置为build设置中的其他链接器标志
关于ios - 集成 Google Analytics 后 Aviary SDK 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19722166/
我正在尝试通过 Android Studio 通过 maven 添加 aviary,但我一直收到此错误: Error:A problem occurred configuring project ':
我正在使用 Aviary 照片编辑器,我希望用户无需编写 PHP 即可使用自己的照片。所以我创建了一个代码,以便用户放置图像的网址,然后他们可以在那里编辑它,代码是 $(function() { $
我有代码 var featherEditor = new Aviary.Feather({ apiKey: 'your-client-id-here', theme: 'light', // Chec
我在我的 android 应用程序中使用 Aviary 编辑图像,但我发现返回的图像比原始图像小。 例如,我将一张 2560x1920 的大图片传递给 aviary,但返回的图片是 480x640。
所以我的网站上有一个 aviary 编辑器实例,它从 filepicker 中提取图像,然后重新提交它们。我遇到的问题是,当我加载图像时,它最初会显示我已加载的缩略图,然后屏幕变为空白......直到
我在我的 Android 应用程序中集成了 Aviary 照片编辑器。 我正在传递下面的工具- String[] tools = new String[]{"SHARPNESS", "EFFECTS
我尝试在我的 Android 应用程序中实现 Aviary SDK,但是每次我尝试运行 Aviary Intent 时,我都会收到以下错误: Intent imageEditorIntent = ne
我在我的应用程序中使用 Aviary SDK 作为照片编辑器,但它正在缩小我的图像。假设我正在传递大小为 720*720 的图像,但在编辑 Aviary 后给我的图像大小为 720*590 为什么 A
我在 ios 项目中使用 Aviary sdk。我添加了文档中提到的所有框架和头文件。现在我在 viewdidload 中调用下面的方法。 - (void)displayEditorForImage:
我试图强制用户使用 Aviary 将照片裁剪为正方形。如 Aviary documentation here 中所述,可以禁用自定义裁剪并手动指定预设。我正在尝试以下操作: [AFPhotoEdito
如何使用自动裁剪预设强制裁剪图像。说在使用 aviary 编辑图像开始时使用方形裁剪。我在这里看到它的网络功能,但找不到有关移动实现的信息。 最佳答案 似乎没有强制裁剪图像的功能。仅适用于网页版。 关
我正在尝试在横向模式下使用 Aviary SDK 照片编辑器,但它只能在 iPad 上运行!! ,由于这个问题,我的应用程序在 iPhone 上崩溃了: 'UIApplicationInvalidIn
我已经更新了 Aviary SDK 以兼容 iOS 7。以前一切正常,但在 iOS 7 中我遇到以下框架问题。 Cancel 按钮和 Done 按钮的边缘被缩减,状态栏和 Aviary 当前模态视图之
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 要求我们推荐或查找工具、库或最喜欢的场外资源的问题对于 Stack Overflow 来说是偏离主题的,
我正在尝试使用 aviary 发送图像名称,并且需要包含图像名称。我的表单“img”中有一个隐藏字段,这是代码: var featherEditor = new Aviary.Feather({
我正在使用 Aviary 版本 3.1.1 为 android 中的照片提供效果。但我希望用户直接跳转到 Aviary 中的 Crop 屏幕。我不想删除它们中的任何一个,只是改变它们的顺序。请引用下图
问题很简单,这些框架为应用程序增加了多少空间? https://www.aviary.com/ https://creativesdk.adobe.com/ 最佳答案 我测试了这个,结果如下: 我的应
我计划在我的应用程序中加入 instaPDF 和 Avairy。我可以使用 Xcode 4.6 下载和编译 instaPDF。 我遇到的问题是,作为合并 Aviary 的一部分,我必须将“其他链接器标
我使用 Aviary SDK 开发了两个应用程序,它们都有不同的 key 。应用程序链接是: Photo Sketcher Photo Editor 我在从 Play 商店安装这两个应用程序时遇到了一
您好,我在我的 iOS 项目中使用 Aviary SDK。我遵循了 documentation 中给出的所有步骤.现在我在 viewDidAppear 中调用下面的方法(也可以在 viewdidloa
我是一名优秀的程序员,十分优秀!