2

I use %s for _cmd, the latest XCode will generate an error "Format specifies type char * but the argument has type SEL". Checked documentation and couldn't find a clue. Anyone know the correct string specifier to use?

lichen19853
  • 1,410
  • 2
  • 14
  • 21

1 Answers1

7

I've never done Apple programming in my life, so bear with me, but a little Googling revealed easily that:

Christian.K
  • 47,778
  • 10
  • 99
  • 143