元々、LoginViewController.mに以下の警告を含むファイルがありましたが、無視しました。そして、コードは正常に機能します。
warning: sending 'LoginViewController *' to parameter of incompatible type 'id<NSStreamDelegate>'
しかし、ファイル拡張子を.mm(LoginViewController.mm)に変更しました。このエラーのため、プロジェクトをビルドできなくなりました。
Cannot initialize a parameter of type 'id<NSStreamDelegate>' with an lvalue of type 'LoginViewController *'
どうしたの?