Skip to content

How to build sdk ibeacon ios ( ZBeaconKit )?

Huy, Tae Young edited this page Jan 18, 2016 · 1 revision

ZBeaconKit

How to build?

This project could simply be built with Carthage.

In case you are first get to know carthage, here is a brief description of how to build carthage.

  1. install carthage.(better to use homebrew)
  2. open project root folder.
  3. build ZBeaconKit with command:

carthage build --no-skip-current

  1. the ZBeaconKit.framework could be found in $(PROJECT_ROOT)/Carthage/Build/iOS.
Clone this wiki locally