monotouch DLL の TestFlight バインディングを作成しようとしていますが、成功しません。バインディングは TestFlight SDK 1.2.1 用に作成されていますが、TestFlight から入手できるバージョンは 1.2.5 と 1.2.6 のみです。そこで、1.2.5 および 1.2.6 で動作するプル リクエスト #125 バージョンを試しました。ただし、同じエラーが発生します。
/var/folders/ ... /TestFlight/TestFlight.g.cs(89,69): error CS0103: The name `class_ptr' does not exist in the current context
/var/folders/ ... /TestFlight/TestFlight.g.cs(103,62): error CS0103: The name `class_ptr' does not exist in the current context
/var/folders/ ... /TestFlight/TestFlight.g.cs(114,62): error CS0103: The name `class_ptr' does not exist in the current context
/var/folders/ ... /TestFlight/TestFlight.g.cs(125,62): error CS0103: The name `class_ptr' does not exist in the current context
/var/folders/ ... /TestFlight/TestFlight.g.cs(134,55): error CS0103: The name `class_ptr' does not exist in the current context
/var/folders/ ... /TestFlight/TestFlight.g.cs(145,62): error CS0103: The name `class_ptr' does not exist in the current context
/var/folders/ ... /TestFlight/TestFlight.g.cs(158,62): error CS0103: The name `class_ptr' does not exist in the current context
これらの 7 つのエラーは、インターフェイスの 7 つの抽象メソッドに対応していますが、その情報と関係があるかどうかはわかりません。
私が見つけた唯一の同様の SO 質問に投稿されたiOSRegUpdaterを見ましたが、既に DLL がある場合にのみ問題を解決します (これは私が作成に失敗したものです)。
私は何が欠けているか、間違っていますか?