jzhone / wsdl2objc

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

ARC #171

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if produced code could work nicely with ARC.

I've had to manually remove all the release,  and autoreleases in the code to 
get things to work.

Great library.

What a life saver!

Original issue reported on code.google.com by Richardt...@gmail.com on 11 Feb 2012 at 4:02

GoogleCodeExporter commented 9 years ago
Since posting this,   I found Stephane's branch...

Original comment by Richardt...@gmail.com on 12 Feb 2012 at 8:27

GoogleCodeExporter commented 9 years ago
no need. found a workaround (Stephane's doens't compile right).

In Targets->Build Phases-> Compile Sources
For all the wsdl2objc sources add: -fno-obcj-arc

Clean & build again.

That'll will remove the need for that branch - and will give you ARC in your 
project

Original comment by Shaha...@gmail.com on 23 Mar 2012 at 6:58

GoogleCodeExporter commented 9 years ago
That would be -fno-objc-arc compiler flag, thanks for the hint though saved 
alot of time.

Original comment by Topperwa...@googlemail.com on 6 Dec 2012 at 4:41

GoogleCodeExporter commented 9 years ago
I've been working with the wsdl2objc quite a while now. I love it I can tweak 
it as much as I want (especially with those problematic Boolean fields each 
server decides how he handles them).

I any case - happy to hear that my workaround saved you time :)

Original comment by Shaha...@gmail.com on 6 Dec 2012 at 4:45

GoogleCodeExporter commented 9 years ago
You are a life saver! Thank you :)

Original comment by mahajan...@gmail.com on 31 Mar 2013 at 5:43

GoogleCodeExporter commented 9 years ago
Oh very thanks

Original comment by masataga...@gmail.com on 20 Aug 2013 at 8:12

GoogleCodeExporter commented 9 years ago
Hi
In Targets->Build Phases-> Compile Sources
For all the wsdl2objc sources added: -fno-obcj-arc

cleaned and built 

still wsdl code is not converted to ARC compatible and still am getting errors 
on release,autorelease,dealloc etc

Original comment by puneetha...@gmail.com on 13 Sep 2013 at 9:19

GoogleCodeExporter commented 9 years ago
Can any one specify how to avoid manual removing of release and auto release?  
Thanks in advance

Original comment by josevinj...@gmail.com on 15 Oct 2013 at 5:53

GoogleCodeExporter commented 9 years ago
I followed the hint...adding -fno-obcj-arc..but still showing the same...

Original comment by josevinj...@gmail.com on 15 Oct 2013 at 5:58

GoogleCodeExporter commented 9 years ago
Its my blunder mistake..my apologies...Since I am new to such kind of arc 
stuffs....i just copy and pasted it what written here..
Actually its -fno-objc-arc instead of -fno-obcj-arc...:)

Original comment by josevinj...@gmail.com on 15 Oct 2013 at 6:17