转自:http://stackoverflow.com/questions/8815200/receiver-type-for-instance-message-is-a-forward-declaration

You're -init'ing an object without +alloc'ing it. That won't work
You're declaring an object as a non-pointer type, that won't work either
You're not calling [super init] in -init.

 

相关文章:

  • 2021-08-05
  • 2022-02-03
  • 2022-12-23
  • 2021-06-03
  • 2021-05-20
  • 2021-09-17
  • 2021-08-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2021-06-23
  • 2021-08-21
  • 2022-12-23
相关资源
相似解决方案