简体   繁体   English

集成Sharekit后,iPhone应用程序未在设备上运行

[英]iPhone app not running on device after integrated Sharekit

I had integrated ShareKit 2.0 in my iPhone application. 我已将ShareKit 2.0集成到我的iPhone应用程序中。 After that I am not able to run it on a device. 之后,我将无法在设备上运行它。 But there is no error while I run it on the simulator. 但是在模拟器上运行时没有错误。 The following error message shown in the console while running on the device. 在设备上运行时,控制台中显示以下错误消息。

dyld: Symbol not found: _NSURLIsExcludedFromBackupKey
  Referenced from: /var/mobile/Applications/231C92DC-765F-47AA-BF5A-7A4AEF708C94/MyAppName.app/MyAppName
  Expected in: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
 in /var/mobile/Applications/231C92DC-765F-47AA-BF5A-7A4AEF708C94/MyAppName.app/MyAppName

I suppose this happens on older iOS < 5.1 我想这会在旧版iOS <5.1上发生

There is ongoing discussion with fix on ShareKit github issue tracker, with hints. 正在进行有关ShareKit github问题跟踪器的修复和提示的讨论。 It will be fixed soon. 它将很快修复。

EDIT: fix has been merged to master. 编辑:修复已合并到母版。 Please update. 请更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM