Reveal CocoaPods整合指南

2016-05-29  本文已影响425人  JaiUnChat

CocoaPods has a Podspec for integrating Reveal into your Xcode project.

注意⚠️: 不要将连接了 Reveal 库的产品发布。 如下所示都是使用编译配置来隔离连接Reveal静态库和Debug配置。

以下的指导都是建立在你已经配置好了你的工程和Workspace来使用CocoaPods。如果没有请看我的其它相关文章

修改Podfile

将下述代码添加到Podfile中:

target 'YourMainAppTargetName' do
   pod 'Reveal-SDK', :configurations => ['Debug'] // 截止2017/3/24适用
end

:configurations 参数确保 Reveal 仅在Debug 版本编译.

安装

在你的项目文件里运行pod install (pod update)

更多CococoaPods 整合信息参考[官网](file:///private/var/folders/g5/95syhtgs6gq68qk3vm6qr_lm0000gn/T/AppTranslocation/9516E571-73D5-4683-A6D6-526A601BF54E/d/Reveal.app/Contents/SharedSupport/Documentation/Integrating%20Using%20CocoaPods.html)

[静态连接整合官网指导](file:///Applications/Reveal.app/Contents/SharedSupport/Documentation/Integrating%20Reveal%20Static%20Linking.html)
[动态连接整合官网指导](file:///Applications/Reveal.app/Contents/SharedSupport/Documentation/Integrating%20Reveal%20Static%20Linking.html)

上一篇下一篇

猜你喜欢

热点阅读