menttofly
Results
2
issues of
menttofly
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-monorepo", "name": "CocoaPods Monorepo", "author": "menttofly", "url": "https://github.com/menttofly/cocoapods-monorepo.git", "description": "`cocoapods monorepo` will make the dependencies that under specified...
I want to add new flag for 'OTHER_CFLAGS', however the build_settings['OTHER_CFLAGS'] return nil because the exist of '$(inherited)' flag. If I remove this flag and add other flag, everything works...