草庐IT

ios - xcrun 错误 : Failed to read entitlements from

所以我正在尝试通过脚本自动执行构建和归档过程。在我的脚本中,我运行xcodebuild脚本并且构建良好。然后我尝试运行xcrun/usr/bin/xcrun-sdkiphoneosPackageApplication"path_to_.app"-o"output_path"--sign"devname"--embed"provnprofile"但是我得到这个错误:error:Failedtoreadentitlementsfrom'/var/folders/U5/U5q0xqZRG6SrO8AMQkMjeE+++TM/-Tmp-/fIcrdMUa76/Payload/MyApp.app

ios - 如何使用 xcrun 选择要自动上传的应用程序?

我公司在applestore上有60多个应用程序(都是同一个基础),所以当我们有更新时,需要很多时间才能全部上传所以我试图找到一种方法来实现最大程度的自动化我发现了一些关于使用xcrun上传应用程序的有趣的东西:xcrun-sdkiphoneosValidation-online-upload-verbose"pathtoipa"所以它验证并尝试上传但问题是,如果我有多个状态为“等待上传”的应用程序,它只会选择第一个,我想知道是否有办法指定bundleid或appid来选择一个我要上传?我在互联网上找到了一个解决方案,做一个脚本将itunesconnect上只有一个应用程序的状态更改为

ios - xcrun 无法复制到/var/文件夹

我在尝试运行/usr/bin/xcrun时遇到错误/usr/bin/xcrun-sdkiphoneosPackageApplication/Users/xxxx/bamboo-agent-home/xml-data/build-dir/BEAM-IOS0-JOB1/archive.xcarchive/Products/Applications/MyApp.app-o/Users/xxxxx/bamboo-agent-home/xml-data/build-dir/BEAM-IOS0-JOB1/MyApp.ipa--sign"iPhoneDistribution:MyComp"--emb

ios - Cordova iOS : xcrun can't find "PackageApplication" after xcode update

今天早上,我的osx构build备上的xcode更新到了8.3版。从那时起,当我尝试使用Cordova构建我的iOs应用程序时,我在构建过程结束时收到以下错误:[exec][exec]**BUILDSUCCEEDED**[exec][exec]xcrun:error:unabletofindutility"PackageApplication",notadevelopertoolorinPATH[exec]Error:Errorcode72forcommand:xcrunwithargs:-sdk,iphoneos,PackageApplication,-v,[source.app]-

开源 swift 项目的 Swift.org 问题。错误 : xcrun: error: unable to find utility "launch-with-toolchain", 不是开发人员工具或在 PATH 中

我正在尝试使用自定义工具链启动Xcode并启用它以使用Swift的开源版本。步骤取自Swift.org我收到这个错误:xcrun:error:unabletofindutility"launch-with-toolchain",notadevelopertoolorinPATH 最佳答案 来自https://swift.org/download/#apple-platforms的开源Swift工具链需要最新的Xcode7.2(当前:beta4)。xcrun等构建工具使用的developer目录位置必须设置为这个Xcode7.2。这可

module - xcrun swift 在命令行上生成 <unknown> :0: error: could not load shared library

我的目标是尝试像脚本一样运行我的Swift程序。如果整个程序是独立的,您可以像这样运行它:%xcrunswifthello.swifthello.swift在哪里importCocoaprintln("hello")但是,我想更进一步,包括swift模块,我可以在其中导入其他类、函数等。假设我们有一个非常好的类,我们想在GoodClass.swift中使用publicclassGoodClass{publicinit(){}publicfuncsayHello(){println("hello")}}我现在想将这个好东西导入到我的hello.swift中:importCocoaimpo

ios - xcrun : error: unable to find utility "PackageApplication", 不是开发人员工具或在 PATH 中 - 自更新 Xcode 以来

今天早上更新了Xcode,现在ionic项目不会部署到设备上。ionicrunios--device返回:**BUILDSUCCEEDED**xcrun:error:unabletofindutility"PackageApplication",notadevelopertoolorinPATHError:Errorcode72forcommand:xcrunwithargs:-sdk,iphoneos,PackageApplication,-v不知道如何解决,谷歌搜索返回了很多选项,但没有一个是正确的。 最佳答案 Cordova正

ios - 如何修复 xcrun 无法找到 simctl 错误?

我有Xcode6.2Beta。正在尝试xcrunsimctl在终端中产生xcrun:error:unabletofindutility"simctl",notadevelopertoolorinPATH 最佳答案 我通过输入解决了这个问题Xcode>Preferences>Locations和assigningtheCommandLineTools这是Xcode7.2版测试版(7C46t) 关于ios-如何修复xcrun无法找到simctl错误?,我们在StackOverflow上找到一

开源 swift 项目的 Swift.org 问题。错误 : xcrun: error: unable to find utility "launch-with-toolchain", 不是开发人员工具或在 PATH 中

我正在尝试使用自定义工具链启动Xcode并启用它以使用Swift的开源版本。步骤取自Swift.org我收到这个错误:xcrun:error:unabletofindutility"launch-with-toolchain",notadevelopertoolorinPATH 最佳答案 来自https://swift.org/download/#apple-platforms的开源Swift工具链需要最新的Xcode7.2(当前:beta4)。xcrun等构建工具使用的developer目录位置必须设置为这个Xcode7.2。这可

git - 更改 Android Studio/IntelliJ 的 xcrun 开发者路径

我正在使用GIT并尝试推送我的代码,但在使用终端时出现以下错误。我不使用XCode,我使用的是AndroidStudio。我尝试使用的命令是:gitbranchNetworking错误:xcrun:error:invalidactivedeveloperpath(/Library/Developer/CommandLineTools),missingxcrunat:/Library/Developer/CommandLineTools/usr/bin/xcrun`如果有任何帮助,我正在运行ElCapitanBeta4更新。Update:ThisalsohappensforIntelli