Xcode - Terminating with uncaught exception of type NSException when a button is pressed

前端 未结 4 1148
南旧
南旧 2021-01-20 18:46

I\'m new to app development and I\'m following Apple\'s tutorial to learn. I\'ve looked through a lot of questions asked about this type of error but none of them are helpin

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-20 19:38

    I had the same problem, Check the version of your Xcode.

    #selector comes with Xcode 7.3

    If you have an older version update and this will probably fix your errors.

    Regards, Driss

提交回复
热议问题