Open GoogleCodeExporter opened 9 years ago
Since posting this, I found Stephane's branch...
Original comment by Richardt...@gmail.com
on 12 Feb 2012 at 8:27
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
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
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
You are a life saver! Thank you :)
Original comment by mahajan...@gmail.com
on 31 Mar 2013 at 5:43
Oh very thanks
Original comment by masataga...@gmail.com
on 20 Aug 2013 at 8:12
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
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
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
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
Original issue reported on code.google.com by
Richardt...@gmail.com
on 11 Feb 2012 at 4:02