Posts

Post not yet marked as solved
9 Replies
1.7k Views
Good Afternoon AllI'm having a problem ++Operator in loops after updating the Xcode 7.3. I have tried it in all three ways and non e of them worked after this update. those three ways are;1. x++2. x += 13. x = x + 1None of the above three work in the loops and is giving error everytime but the third of them was working before the update. Can someone assist me please.Many thanks
Posted
by arehman.
Last updated
.