0

我必须说我一直看到你们的支持团队非常棒,成功地解决了很多很多问题。感谢英雄的支持。

这是我的小宝贝。

我按书安装了所有内容,并在我的 iPhone 5 固件 6.0.1 上运行了代码。它给出以下错误:错误创建数据存储。Richnotification db 的数据存储为 nil。下面是日志。下面也是最后一个异常回溯。

-[XLappMgr registerForPush] [Line 325]  Attempt to register for push notifications...
Reachability Flag Status: WR t------ networkStatusForFlags
Succeeded registering for push notifications. Device token: <left out for security purposes, but valid.>
ERROR Creating data store. Datastore for richnotification db is nil


Last Exception Backtrace:
0   CoreFoundation      0x3972a3e2 __exceptionPreprocess + 158
1   libobjc.A.dylib     0x385b695e objc_exception_throw + 26
2   CoreFoundation      0x3972a302 +[NSException raise:format:] + 102
3   Foundation          0x39964f14 -[NSURL(NSURL) initFileURLWithPath:] + 72
4   Foundation          0x39964e3e +[NSURL(NSURL) fileURLWithPath:] + 38
5   Rabbit              0x00108acc -[XLDbMgr managedObjectModel]     (XLDbMgr.m:74)
6   Rabbit              0x00108caa -[XLDbMgr createNewDatabase] (XLDbMgr.m:101)
7   Rabbit              0x00108b4c -[XLDbMgr persistentStoreCoordinator] (XLDbMgr.m:89)
8   Rabbit              0x001088f0 -[XLDbMgr managedObjectContext] (XLDbMgr.m:47)
9   Rabbit              0x0010883c +[XLDbMgr getDBMgr] (XLDbMgr.m:23)
10  Rabbit              0x000fba10 -[AppDetailsMgr init] (AppDetailsMgr.m:33)
11  Rabbit              0x000fb97c +[AppDetailsMgr get] (AppDetailsMgr.m:26)
12  Rabbit              0x00110fd2 -[XLServerMgr sendProviderDeviceToken] (XLServerMgr.m:94)
13  Rabbit              0x00110d0c -[XLServerMgr initWithReg:] (XLServerMgr.m:64)
14  Rabbit              0x001000d6 -[XLappMgr registerWithXtify:] (XLappMgr.m:118)
15  Rabbit              0x0008073e -[AppDelegate application:didRegisterForRemoteNotificationsWithDeviceToken:] (AppDelegate.m:54)
16  UIKit               0x38c5f7ee _UIXXRemoteNotificationRegistrationSucceeded + 146
17  UIKit               0x38c60278 _XRemoteNotificationRegistrationSucceeded + 112
18  AppSupport          0x36a9940c migHelperRecievePortCallout + 188
19  CoreFoundation      0x396ff3e2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 30
20  CoreFoundation      0x396ff386 __CFRunLoopDoSource1 + 134
21  CoreFoundation      0x396fe20a __CFRunLoopRun + 1378
22  CoreFoundation      0x39671238 CFRunLoopRunSpecific + 352
23  CoreFoundation      0x396710c4 CFRunLoopRunInMode + 100
24  GraphicsServices    0x369aa336 GSEventRunModal + 70
25  UIKit               0x38a6128c UIApplicationMain + 1116
26  Rabbit              0x0008055a main (main.m:16)
27  Rabbit              0x000804fc start + 36
4

1 回答 1

2

我为Adobe AIR App做了ANE,解决了很久,终于明白了原因:XtifyLib/XtifyPush.embeddedframework/XtifyPush.framework/Versions/A/Resources/must中的资源文件在我的情况下总是被添加到项目中,使用 ANE 它应该在文件夹 iPhone-ARM 中,因为 ADT 将它们移动到顶级目录 - 它在那里是必要的

于 2013-09-27T13:18:08.700 回答