Reputation: 1
as I couldn't get rid of some warnings, although my code seemed to be ok, I copied Joe Conways (Conway/Hillegass: Objective-C Programming, 3rd edition) code into my project and got some funny warnings at empty lines. The code works fine (as it did before copying). Any suggestions?
Upvotes: 0
Views: 110
Reputation: 9251
Try to "Project->Clean" and then rebuild. Should get rid of them.
Upvotes: 0
Reputation: 137402
It's nothing special, probably XCode didn't update the line numbers of the warnings. Re-build it and it should be fine.
Upvotes: 2