Skip to content

如何在项目中使用BeeFramework

Chen Ming edited this page Feb 27, 2014 · 3 revisions

推荐使用Cocoapods

关于cocoapod 详细介绍请参见http://cocoapods.org

安装cocoapods只需要在命令行使用

gem install cocoapods

在项目目录中创建一个Podfile, 内容为

platform :ios
pod 'BeeFramework'

然后执行

pod install

完成后按照提示使用生成的 xcworkspace 即可

但是此时,service功能按钮因为图标无法找到还无法展示出来,需要从service中把几个bundle文件添加到主要工程中

ServiceDebugger.bundle
ServiceGridSystem.bundle
ServiceInspector.bundle
ServiceLogger.bundle
ServiceShare.bundle
ServiceWireframe.bundle
Clone this wiki locally