7
。
このコードは正常に動作します。しかし今はエラーがあります。
Redundance Conformance of User to Protocol PFSubclassing (Swift 2.0)
何が原因なのですか?
。
このコードは正常に動作します。しかし今はエラーがあります。
Redundance Conformance of User to Protocol PFSubclassing (Swift 2.0)
何が原因なのですか?
PFUserは、PFSサブクラス化プロトコルに準拠しています。したがって、サブクラスでPFSubclassingを準拠させる必要はありません。 PFSubclassingを削除すると機能します。
**クラスLCUser:PFUSer {
//データメンバー } **