When running `myProj.addToOtherLinkerFlags('-force_load');` I get the following error: ``` TypeError: buildSettings[OTHER_LDFLAGS].push is not a function ``` It seems it happens when OTHER_LDFLAGS is a single entry (not an array, but rather a string).