240 发简信
IP属地:湖北
  • 为什么我从GitHub下载下来的ios-deploy-1.11.4文件夹中没有Products文件夹?
    Xcode打开ios-deploy.xcodeproj项目,项目目录中也没有Products文件夹?
    运行项目后也没有Products文件夹,控制台还报错:
    2021-12-08 14:23:35.320086+0800 ios-deploy[43475:4454094] Usage: /Users/jz/Library/Developer/Xcode/DerivedData/ios-deploy-bmxvmohelpgjnbfjzqywqxgqsoyt/Build/Products/Debug/ios-deploy [OPTION]...
    -d, --debug launch the app in lldb after installation
    -i, --id <device_id> the id of the device to connect to
    -c, --detect only detect if the device is connected
    -b, --bundle <bundle.app> the path to the app bundle to be installed
    -a, --args <args> command line arguments to pass to the app when launching it
    -s, --envs <envs> environment variables, space separated key-value pairs, to pass to the app when launching it
    -t, --timeout <timeout> number of seconds to wait for a device to be connected
    -u, --unbuffered don't buffer stdout
    -n, --nostart do not start the app when debugging
    -N, --nolldb start debugserver only. do not run lldb. Can not be used with args or envs options
    -I, --noninteractive start in non interactive mode (quit whe
    2021-12-08 14:23:35.321022+0800 ios-deploy[43475:4454094] [ !! ] One of -[b|c|o|l|w|D|R|X|e|B|C|9] is required to proceed!
    Program ended with exit code: 253

    我的Xcode是13.1 最新版