开发者

How to run "make install" from Xcode

开发者 https://www.devze.com 2022-12-27 11:12 出处:网络
I have custom Makefile and External build target in Xcode. When I click 开发者_如何学Python\"Build\" it runs \"make\"

I have custom Makefile and External build target in Xcode. When I click 开发者_如何学Python"Build" it runs "make" When I click "Clear" it runs "make clean"

How to run "make install" (or any other target) from Xcode?

(btw, this is AVR project and xcode project file was created using avr-project tool shipped with Crosspack-AVR)


$xcodebuild install

from the command line within the project directory, just like make.


you can create a new external target and call make install or xcodebuild install

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号