xcodebuild: simulator or device?

前端 未结 2 1056
一整个雨季
一整个雨季 2020-12-07 08:52

How do I specify to xcodebuild (the command line tool) whether I want to build for the simulator or device?

2条回答
  •  無奈伤痛
    2020-12-07 09:32

    i find the -xcconfig flag quite useful. this option allows you to specify a path to an xcconfig (build settings file). within an xcconfig, you may #include other xcconfig files.

提交回复
热议问题