こういう感じのエラーでビルドがコケる場合
ld: '/Users/revin/Library/Developer/Xcode/DerivedData/...(略).../libjsbindings iOS.a(Value.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Enable BitcodeがYesになっていることが原因だった。
Noにするとビルドが通った。
不用意にXcodeをアップデートした俺が悪い。
このページが俺に救いを与えてくれた。
stackoverflowはいつだって俺達の味方だ。
http://stackoverflow.com/questions/30848208/new-warnings-in-ios9