gpt4 book ai didi

ios - faSTLane:从 launchtl 作业运行时找不到命令

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:00:52 27 4
gpt4 key购买 nike

您好,我使用 faSTLane 进行了集成以创建一个 IOS 项目的构建。一切都按预期工作,除了我尝试启动脚本以使用 launchctl 在我的 Mac 计算机上运行 faSTLane 命令的那一刻。当我运行该作业时,出现以下错误:

/Users/hugoaguero/Documents/acct/branding/usfed/ios/scripts/test.sh: line 2: fastlane: command not found

这发生在我的测试脚本中的以下两行(部署是我在 fastfile 文件上创建的 channel ):

cd ~/Documents/acct/branding/usfed/ios/
fastlane deploy

我的 pList 文件位于 LaunchAgent 文件夹中。这是 pList 文件的内容:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.zerowidth.launched.grobankingbuild</string>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>/Users/hugoaguero/Documents/acct/branding/usfed/ios/scripts/test.sh</string>
</array>
<key>StandardErrorPath</key>
<string>/tmp/com.zerowidth.launched.grobankingbuild.err</string>
<key>StandardOutPath</key>
<string>/tmp/com.zerowidth.launched.grobankingbuild.out</string>
<key>StartInterval</key>
<integer>300</integer>
</dict>
</plist>

如果我从终端正常运行命令,它会毫无问题地执行。唯一的问题是它从工作中运行时。

我是终端/Unix 的新手,我认为这应该很容易解决,但需要尽快解决。请帮忙。

最佳答案

从命令行获取 faSTLane 可执行文件的完整路径:

which fastlane 

并用上面命令显示的完整(绝对)路径替换脚本中的 faSTLane

关于ios - faSTLane:从 launchtl 作业运行时找不到命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35440058/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com