0

私はあなたのサポートチームが素晴らしく、非常に多くの問題をうまく解決しているのを見てきました. 英雄的なサポートに称賛を。

これが私の小さなものです。

私は本に従ってすべてをインストールし、ファームウェア 6.0.1 の iPhone 5 でコードを実行しました。次のエラーが表示されます: データ ストアを作成中にエラーが発生しました。richnotification db のデータストアがありません。以下はログです。また、以下は最後の例外バックトレースです。

-[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 アプリの ANE を実行し、長い間この問題を解決する必要がありましたが、最終的にその理由に気付きました: XtifyLib / XtifyPush.embeddedframework / XtifyPush.framework / Versions / A / Resources / must にあるリソース ファイル私の場合、常にプロジェクトに追加されます.ANEでは、ADTがそれらを最上位ディレクトリに移動するため、iPhone-ARMフォルダーにある必要があります-必要な場所にあります

于 2013-09-27T13:18:08.700 に答える