FlatBuffers Objective-C extension implementation
-
git clone https://github.com/jidibingren/FlatBuffers-ObjC.git
-
open rootdir/FlatBuffer/build_ide/Xcode/FlatBuffers.xcodeproj and build flatc target
-
./flatc -oc test.fbs
-
import the files into your project generated for step 3
-
add pod 'FlatBuffers-ObjC' to your Podfile