Replies: 1 comment 2 replies
-
提供 xmake 版本,以及带 -vD 的详细完整log xmake --version
xmake f -p iphoneos -m debug -cvD
xmake -rvD |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题:第一次用xmake,文档没看到具体 的案例,不知道是否这样构建ios项目,麻烦指导一下。目标是构建一个ios的可执行文件或者库文件
操作:
xmake create -l c -t console_tbox test
cd test
xmake f -v -p iphoneos -a arm64 -m debug
输出:
checking for Xcode directory ... %s
checking for Codesign Identity of Xcode ... no
checking for Mobile Provision of Xcode ... no
checking for unzip ... /usr/bin/unzip
checking for git ... /usr/bin/git
checking for gzip ... /usr/bin/gzip
checking for tar ... /usr/bin/tar
/usr/bin/git rev-parse HEAD
checking for xmake::tbox ... no
note: install or modify (m) these packages (pass -y to skip confirm)?
in xmake-repo:
-> tbox v1.7.1 [debug:y]
please input: y (y/n/m)
y
checking for ping ... /usr/bin/ping
pinging for the host(gitee.com) ... 10 ms
pinging for the host(gitlab.com) ... 200 ms
pinging for the host(github.com) ... 65535 ms
/usr/bin/tar -xf v1.7.1.tar.gz -C source.tmp
xmake f --verbose -y -c --plat=iphoneos --arch=arm64 --mode=debug --kind=static --cxflags=-fPIC --demo=false
checking for Xcode directory ... %s
checking for Codesign Identity of Xcode ... no
checking for Mobile Provision of Xcode ... no
Beta Was this translation helpful? Give feedback.
All reactions