菜鸟教程小白 发表于 2022-12-12 11:24:27

ios - ShareKit 通过 CocoaPods 问题安装


                                            <p><p>我通过 CocoaPods 安装 SareKit</p>

<p>当我尝试将消息发布到 vk.com 服务时,我已获得此豁免:</p>

<p><strong>由于未捕获的异常“NSInternalInconsistencyException”而终止应用程序,原因:“ShareKit 已被重构为用作 Xcode 子项目。请按照更新的安装 wiki 并将其重新添加到项目中。请不要忘记之后清理项目并清理构建文件夹。如果您使用 CocoaPods 覆盖 - (NSNumber *)isUsingCocoaPods;配置器子类中的方法并返回 '</strong></p>

<p>我试图找到更新的安装 wiki,但没有任何成功。</p>

<p>我还在我的 <code>DefaultSHKConfigurator</code> 子类中添加了下面的方法,ShareKit 现在可以工作了,但我认为只是在 6.0 ios 上。</p>

<pre><code>- (NSNumber *)isUsingCocoaPods {
    return ;
}
</code></pre>

<p>iOS 5.1 出现此错误:</p>

<pre><code>dyld: Symbol not found: _OBJC_CLASS_$_SKStoreProductViewController
Referenced from: /Users/alexander/Library/Application Support/iPhone Simulator/5.1/Applications/2D844C7C-6864-4C4C-BFB8-F330AAE73EAE/test.app/test
Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/Frameworks/StoreKit.framework/StoreKit
in /Users/alexander/Library/Application Support/iPhone Simulator/5.1/Applications/2D844C7C-6864-4C4C-BFB8-F330AAE73EAE/test.app/test
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>确保 StoreKit.framework 标记为可选。它现在在 iOS 6 中。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - ShareKit 通过 CocoaPods 问题安装,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/16803298/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/16803298/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - ShareKit 通过 CocoaPods 问题安装