我有一个扩展程序的应用程序。安装和运行在模拟器中运行良好,但在将我的应用程序从Xcode运行到设备一次后,在后续运行中,我在设备日志中获得以下行:
Feb 22 16:10:02 Sams-iPad streaming_zip_conduit[7544] <Warning>: __dispatch_source_read_socket_block_invoke:203: Failed to install application at file:///var/mobile/Media/PublicStaging/Pinner.app_sparse.ipa/ : Error Domain=LaunchServicesError Code=0 "The operation couldn’t be completed. (LaunchServicesError error 0.)" UserInfo=0x13f5302a0 {Error=ApplicationVerificationFailed, ErrorDetail=-402620393, ErrorDescription=Failed to verify code signature of <MIPluginKitPluginBundle : path = /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.nhMRWT/extracted/Payload/Pinner.app/PlugIns/AddBookmarkExtension.appex identifier = com.blork.Pinner.AddBookmarkExtension type = 7> : 0xe8008017 (Signed resources have been added, removed, or modified)}
以下是我对该应用的代码签名设置:
对于扩展名:
清理构建文件夹后,应用程序将再次安装。这发生在两个独立的设备(iPad,iPhone)上。
我正在使用CocoaPods - 我已经尝试删除它们并再次设置项目,那里没有运气。