问题标签 [xctool]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
230 浏览

ios - Travis CI - 无法查询测试包中的测试用例列表:找不到测试包

从 travis 运行测试时出现此错误:

无法查询测试包中的测试用例列表:未在​​以下位置找到测试包:/Users/travis/Library/Developer/Xcode/DerivedData/MY_PROJECT/Build/Products/Debug/MY_PROJECT_TESTS.xctest

使用以下 travis 文件:

它适用于 OSX/iOS 应用程序,上面的 xctool 命令我的本地终端中使用xctool 0.3.2Xcode 8.3.1运行良好

知道麻烦吗?

谢谢 :)

0 投票
1 回答
298 浏览

ios - 从终端在模拟器中构建和启动应用程序

我想使用 shell 脚本而不是 Xcode 构建和启动我的 iOS 应用程序。我的问题类似于这个问题:How to launch an iOS app in the simulator without XCode rebuilding the app,这是 2012 年提出的。

它表示可以使用在项目目录中的 build 目录中创建的 IPA 文件。我在我的项目文件夹中找不到构建目录。另外,我想从脚本构建应用程序。

使用终端命令在模拟器上构建和运行应用程序的最新方法是什么?

编辑:

我从命令行构建了应用程序:

但是我现在如何启动它?