Skip to content

Instantly share code, notes, and snippets.

@gagoongx2
gagoongx2 / .gitignore
Last active September 15, 2015 12:50 — forked from BennettSmith/.gitignore
Google Protobuf v2.6.0 Build Script for iOS
protobuf
protobuf-2.6.0
protobuf-master
@gagoongx2
gagoongx2 / ..build-protbuf-2.5.0.md
Last active September 15, 2015 11:58 — forked from BennettSmith/..build-protbuf-2.5.0.md
Script used to build Google Protobuf 2.5.0 for use with Xcode 5 / iOS 7. Builds all supported architectures and produces a universal binary static library.

Google Protobuf 2.5.0 - Mac OS X and iOS Support

The script in this gist will help you buid the Google Protobuf library for use with Mac OS X and iOS. Other methods (such as homebrew or direct compilation) have issues that prevent their use. The libraries built by this script are universal and support all iOS device architectures including the simluator.

Get the Script

The easiest way to use this script is to simply clone the gist onto your