diff --git a/lib/motion/project/template/ios/config.rb b/lib/motion/project/template/ios/config.rb index 55224f74..30ea772d 100644 --- a/lib/motion/project/template/ios/config.rb +++ b/lib/motion/project/template/ios/config.rb @@ -169,7 +169,7 @@ module Motion; module Project; end def cflags(platform, cplusplus) - super + " -g -fobjc-legacy-dispatch -fobjc-abi-version=2 -DTARGET_OS_IPHONE" + super + " -g -fobjc-legacy-dispatch -fobjc-abi-version=2" end def ldflags(platform)