Skip to content

重新编译问题 #22

Description

@linux5396

我重新编译了项目,但是执行到 var num = 0;
var deviceError = iDevice.idevice_get_device_list(out var devices, ref num);
if (deviceError != iDeviceError.Success)
{
PrintMessage("无法继续.可能本工具权限不足, 或者未正确安装iTunes工具.");
#我添加的
PrintMessage(deviceError+"");
return;
}
用你编译后的是可以的,但是我编译的不行,打印出来的信息是nodevice?
请求帮助,谢谢!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions