Building the shared cocoapod regularly fails when ...
# multiplatform
r
Building the shared cocoapod regularly fails when running from within xcode because the
LANG
environment variable isn't defined. Does anyone know the best place to define
LANG
inside an Xcode project?
Adding it as a user-defined build setting to the "Pods" project appears to do the trick.