Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/unity3d/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何通过Play Services解析器删除播客?_C#_Unity3d_Dependencies_Cocoapods - Fatal编程技术网

C# 如何通过Play Services解析器删除播客?

C# 如何通过Play Services解析器删除播客?,c#,unity3d,dependencies,cocoapods,C#,Unity3d,Dependencies,Cocoapods,我正在Unity项目中使用来管理CoCoapod。我可以添加豆荚,但我看不到移除它们的方法 我已经搜索了源文件,似乎没有“RemovePod”方法。这些豆荚存储在一本私人词典中 我使用以下方法添加播客: Type iOSResolver = Google.VersionHandler.FindClass("Google.IOSResolver", "Google.IOSResolver"); Google.VersionHandler.InvokeStaticM

我正在Unity项目中使用来管理CoCoapod。我可以添加豆荚,但我看不到移除它们的方法

我已经搜索了源文件,似乎没有“RemovePod”方法。这些豆荚存储在一本私人词典中

我使用以下方法添加播客:

        Type iOSResolver = Google.VersionHandler.FindClass("Google.IOSResolver", "Google.IOSResolver");

        Google.VersionHandler.InvokeStaticMethod(
            iOSResolver, "AddPod",
            new object[] { podName },
            namedArgs: namedArgs
        );

有没有办法以后移除吊舱