I’ve a Titanium app for iOS. To this point It was working okay, however all of the sudden it began giving me this errors:

[ERROR] warning: conditional compilation flags do not need values in Swift; they’re both current or absent (reasonably than ‘DEPLOYTYPE=growth’)
[ERROR] warning: conditional compilation flags do not need values in Swift; they’re both current or absent (reasonably than ‘LOG__ID=e06779ed-4e79-4f3a-84d0-ab3d79067099′)
[ERROR] warning: conditional compilation flags do not need values in Swift; they’re both current or absent (reasonably than ‘DEBUG=1’)
[ERROR] warning: conditional compilation flags do not need values in Swift; they’re both current or absent (reasonably than ‘DISABLE_TI_LOG_SERVER=1’)
[ERROR] warning: conditional compilation flags do not need values in Swift; they’re both current or absent (reasonably than ‘TI_VERSION=12.1.2’)
[ERROR] ** BUILD FAILED **
[ERROR] The next construct instructions failed:
[ERROR] Ld /Customers/myuser/Paperwork/Appcelerator_Studio_Workspace/myProject/construct/iphone/construct/Merchandise/Debug-iphonesimulator/myProject.app/myProject regular (in goal ‘myProject’ from venture ‘myProject’)
[ERROR] (1 failure)
Course of exited with 1

I’ve searched in my initiatives construct folder within the .xcodeproj file for these flags and have discovered them. I’ve tried to edit them, however each time I attempt to run my venture the file will get recompiled and the flags ar again once more.

How can I clear up that drawback?

Thanks