Using OTHER_LDFLAGS with command line, iOS app gen

2019-09-10 03:33发布

问题:

I am creating a tool to generate iOS app through command line using cordova. Everything was working fine but then i added Admob plugin and got a bunch of errors. But fortunately i got to know that i will have to add a few additional frameworks using xcode.

How can i provide additional frameworks usnig OTHER_LDFLAGS as we do $(inherited) in xcode

Please help anyone to get me out of this problem.