You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this plugin.
I'd like to report a bug in which any custom xcargs passed via OTHER_CFLAGS will be overwritten by the string "-fembed-bitcode" regardless of whether or not it's appearing the in related Fastfile argument.
For example, say I have the following specified: xcargs: 'OTHER_CFLAGS="-DOSCL_EXPORT_REF= -DOSCL_UNUSED_ARG= -DOSCL_IMPORT_REF= -fembed-bitcode"',
I'd expect the plugin to not modify OTHER_CFLAGS, but it will replace it, leaving only "-fembed-bitcode" and thus changing the intended compilation code.
Regards,
Doron
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for this plugin.
I'd like to report a bug in which any custom xcargs passed via OTHER_CFLAGS will be overwritten by the string
"-fembed-bitcode"
regardless of whether or not it's appearing the in related Fastfile argument.For example, say I have the following specified:
xcargs: 'OTHER_CFLAGS="-DOSCL_EXPORT_REF= -DOSCL_UNUSED_ARG= -DOSCL_IMPORT_REF= -fembed-bitcode"',
I'd expect the plugin to not modify OTHER_CFLAGS, but it will replace it, leaving only
"-fembed-bitcode"
and thus changing the intended compilation code.Regards,
Doron
The text was updated successfully, but these errors were encountered: