Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 441 Bytes

DEVELOPMENT.md

File metadata and controls

14 lines (10 loc) · 441 Bytes

Development notes

Cocoapods linting

There is this issue with Cocoapods with Mojave and latest XCode that makes linting fails: EXPANDED_CODE_SIGN_IDENTITY: unbound variable

To successfully pass the linting phase before 1.6.0 is released as stable, you can do the following:

export EXPANDED_CODE_SIGN_IDENTITY=-
export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
pod spec lint