Adding additional Linker Flags to Simulator Builds - iOS Xcode

hi folks,

was wondering if anyone has any idea if this is possible ?

I am making a new plugin and the framework needs a specific linker flag else simulator build throws an error. Is there someway I can specify an additional linker flag as default to be run as part of the build process executed by Corona Simulator for iOS ? I can build fine already with Corona Native but wanted to make it into a plugin so reusable for all my apps.

For reference, here is the error thrown,

Undefined symbols for architecture arm64:
“___llvm_profile_runtime”, referenced from:

and needs this linker flag, -fprofile-instr-generate

As the build is run on server side, wasn’t sure if can specify anything for it, though I vaguely record a discussion on the forums on this.

Thanks for reading