| Issue 84: | Redundant @dynamic lines cause LLVM 2.0 in Xcode 4 to emit errors. | |
| Back to list |
What steps will reproduce the problem? 1. Open project that uses TouchJSON in Xcode4 2. Set compiler to LLVM 2.0 3. Build What is the expected output? What do you see instead? Expected project to build successfully. Saw compiler emit warnings in CDataScanner about doubly defined properties.
Aug 10, 2010
#1
august.j...@gmail.com
Aug 11, 2010
The @dynamic statements were removed in this change: https://code.google.com/p/touchcode/source/diff?spec=svn2833e1de0f3133fe7e836e14fd0f4189d11cc745&r=8b01e675494422e010eabc08cd458d3f03564782&format=side&path=/TouchJSON/Source/CDataScanner.m&old_path=/TouchJSON/Source/CDataScanner.m&old=5926e20df69fbb107afb02bb742919625bc839c8
Status:
Invalid
|