Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

when ARC is enabled, manual work is needed to remove all keyword autorelease, dealloc, from the generated files #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable ARC (Automatic reference counting). 
2. Include the generated files from WSDL2ObjC

What is the expected output?
It would be nice to have a switch in the GUI (like ARC enabled/disabled) to 
generate the files for the selected  compiling mode.

What do you see instead?
The code generated is not compatible with ARC, so it is needed to remove all 
the autorelease, dealloc etc keyword from all the files.

What version of the product are you using? On what operating system?
WSDL2ObjC 0.7, MAC OS X 10.7.3

Please provide any additional information below.

Original issue reported on code.google.com by filippo....@gmail.com on 9 Mar 2012 at 1:59

GoogleCodeExporter commented 8 years ago
Have the same issue as well. SVN rev 224

Original comment by Shaha...@gmail.com on 16 Mar 2012 at 1:52

GoogleCodeExporter commented 8 years ago
You could get stephane's branch for ARC compatibility but there is still 
performselector problem.

Original comment by plat...@gmail.com on 17 Apr 2012 at 8:49

GoogleCodeExporter commented 8 years ago
I remove all the autorelease, dealloc etc. but still error  Please Help.

Original comment by masataga...@gmail.com on 20 Aug 2013 at 7:51