Hello All,
I have been trying to send a conditional flag via Other Swift Flags. Based on that flag, I need to display an alert to the user. However, setting the flag in Build Settings is not working as expected.
#if ALPHA_WARNING
let shouldDisplayAlphaWarning = true
#else
let shouldDisplayAlphaWarning = false
#endif
Any advice on this would be highly appreciated.
Regards,
Karunakar