Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 356 Bytes

FlatBuffers-ObjC

FlatBuffers Objective-C extension implementation

  1. git clone https://github.com/jidibingren/FlatBuffers-ObjC.git

  2. open rootdir/FlatBuffer/build_ide/Xcode/FlatBuffers.xcodeproj and build flatc target

  3. ./flatc -oc test.fbs

  4. import the files into your project generated for step 3

  5. add pod 'FlatBuffers-ObjC' to your Podfile