简体   繁体   中英

how to build iOS project in windows system using xcodebuild command line tool

I want to build my project in windows system using xcodebuild command line tool

xcodebuild build-for-testing test-without-building -project /xxx/xxxx/xx/xxxx.xcodeproj -scheme xxxx -destination id=UDIDOfDevice

but it gives error : 'xcodebuild>' is not recognized as an internal or external command.

Same command work in macOS

xcodebuild is packaged with Xcode, which is a macOS-only app. Thus, xcodebuild is also macOS-only. You cannot build an iOS app on Windows with xcodebuild

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM