Carl created CB-12435:
-------------------------
Summary: Cordova iOS template 'C Language Dialect : C99[-std=c99]'
cause Xcode compile error
Key: CB-12435
URL: https://issues.apache.org/jira/browse/CB-12435
Project: Apache Cordova
Issue Type: Improvement
Components: iOS
Affects Versions: 3.5.0
Reporter: Carl
Priority: Minor
The Cordova iOS template use C Language Dialect as C99[-std=c99], which will
make Xcode complain an error:
'__weak' only applies to Objective-C object or block pointer types; type here
is 'int'
and I search google, try to change this value to GNU99(-std=gnu99) which fix
this problem, refer from
https://github.com/nst/STTwitter/issues/230#issuecomment-158335695
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]