Questions tagged «xcrun»

7
xcrun找不到simctl
尝试: xcrun simctl 在terminal收益率: xcrun:错误:无法找到实用程序“ simctl”,不是开发人员工具或在PATH中 我有Xcode 6.2 Beta。 有什么建议?
170 ios  xcode  xcrun 

9
xcrun:错误:活动的开发人员路径(“ /Applications/Xcode.app/Contents/Developer”)不存在
尝试使用brew和git时出现xcode问题: xcrun:错误:活动的开发人员路径(“ /Applications/Xcode.app/Contents/Developer”)不存在,用于xcode-select --switch path/to/Xcode.app指定您希望用于命令行开发人员工具的Xcode(或参见参考资料man xcode-select) 我可以键入xcode-select,它表明该命令存在。当我键入xcode-select -p时显示: /Applications/Xcode.app/Contents/Developer 但是当我这样做时which xcode-select,它给了我: / usr / bin / xcode-select 我尝试过使用命令开关并通过Apple Developer网站再次安装,但是到目前为止,这些选项都无法使用...如何解决此问题?
141 xcode  path  xcrun 

22
更好的增加内部编号的方法?
我一直在使用Shell脚本作为Xcode构建过程的一部分,以增加plist文件中的内部版本号,但是,这会使Xcode 4.2.1频繁崩溃(出现关于目标不属于项目的错误;我猜是plist文件的更改以某种方式使Xcode混乱)。 shell脚本这样做是为了使构建号仅agvtool在文件比plist文件新时才增加(因此,仅构建不会增加值): if [ -n \"`find ProjDir -newer ProjDir/Project-Info.plist`\" ]; then agvtool -noscm next-version -all; else echo \"Version not incremented\"; fi 有没有办法增加不会破坏Xcode 的内部版本号(在plist文件或其他任何地方)? 最后的编辑:我现在使用刚刚在github上公开的python脚本来做这种事情。它没有很好的文档记录,但应该不难解决。作为奖励,此存储库还包含一个有用的脚本,该脚本可将第三方库自动捆绑到应用程序捆绑包中。
133 xcode  shell  version  xcrun  agvtool 

11
安装Ruby后,MAC OS X上的无效活动开发人员路径无效
我收到此错误: xcrun: error: invalid active developer path (/Applications/Xcode.app), missing xcrun at: /Applications/Xcode.app/usr/bin/xcrun 此解决方案有效,但是在关闭我的终端并重新打开它之后,该错误再次发生;然后,每次打开新的终端窗口时,我都必须运行相同的命令。 我如何应用这些更改,以便在关闭终端窗口后将其保存?
84 ruby  xcode  macos  xcrun 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.