Giter Club home page Giter Club logo

Comments (13)

niunaruto avatar niunaruto commented on August 20, 2024 1

The following build commands failed:
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/myMac/Library/Developer/Xcode/DerivedData/myApp-gcilurmquavnardbutkhwerruqti/Build/Intermediates.noindex/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/myApp.build/Release-iphoneos/myApp.build/Script-00CE16ABACD530FEA71510A3.sh
(1 failure)
Now using system ruby.

  • xcodebuild -exportArchive -archivePath /Users/myMac/4.0.0/build/myApp.xcarchive -exportPath /Users/myMac/Desktop/PackRobot/myApp_2017-10-10-17-52-55 -exportOptionsPlist /Users/myMac/Desktop/PackRobot/exportOptionsPlist.plist
    error: archive not found at path '/Users/myMac/4.0.0/build/myApp.xcarchive'

from hxpackrobot.

moonclock avatar moonclock commented on August 20, 2024 1

@CoderSimonWong 你可以直接在 exportOptionsPlist.plist中添加如下字段:

  <key>provisioningProfiles</key> 
  <dict> <key>com.xxx.app(app名称)</key> <string>app_test(证书描述名称)</string> </dict>

from hxpackrobot.

moonclock avatar moonclock commented on August 20, 2024

请上传一下报错信息,如:
Check dependencies
Code Signing Error: Provisioning profile "XC iOS Ad Hoc: com.liqiang365app.musen" is Xcode managed, but signing settings require a manually managed profile.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'

from hxpackrobot.

moonclock avatar moonclock commented on August 20, 2024

初步判断,应该是exportOptionsPlist.plist配置错误,请按教程重新配置.

另: xcode 9 中 exportOptionsPlist.plist 需要增加一个字段,形如

<key>provisioningProfiles</key> <dict> <key>com.xxx.app(app名称)</key> <string>app_test(证书描述名称)</string> </dict>
github 上稍后几天会更新该 plist

from hxpackrobot.

niunaruto avatar niunaruto commented on August 20, 2024

添加了,不行一样的错误

from hxpackrobot.

moonclock avatar moonclock commented on August 20, 2024

请上传一下报错信息

from hxpackrobot.

niunaruto avatar niunaruto commented on August 20, 2024

和上边的错误一样

from hxpackrobot.

moonclock avatar moonclock commented on August 20, 2024
  1. PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/myMac/Library/Developer/Xcode/DerivedData/myApp-gcilurmquavnardbutkhwerruqti/Build/Intermediates.noindex/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/myApp.build/Release-iphoneos/myApp.build/Script-00CE16ABACD530FEA71510A3.sh'
    尝试执行 pod install 去解决.
  2. xcodebuild -exportArchive -archivePath /Users/myMac/4.0.0/build/myApp.xcarchive -exportPath /Users/myMac/Desktop/PackRobot/myApp_2017-10-10-17-52-55 -exportOptionsPlist /Users/myMac/Desktop/PackRobot/exportOptionsPlist.plist
    error: archive not found at path '/Users/myMac/4.0.0/build/myApp.xcarchive'
    请确定exportOptionsPlist.plist中,该键值
    method
    ad-hoc

from hxpackrobot.

simonwong95 avatar simonwong95 commented on August 20, 2024

2017-10-11 12:02:26.009 xcodebuild[13439:242356] [MT] IDEDistribution: Step failed: <IDEDistributionSigningAssetsStep: 0x7fe1091968c0>: Error Domain=IDEDistributionSigningAssetStepErrorDomain Code=0 "Locating signing assets failed." UserInfo={NSLocalizedDescription=Locating signing assets failed., IDEDistributionSigningAssetStepUnderlyingErrors=(
"Error Domain=IDEProvisioningErrorDomain Code=9 ""CWBM_alpha.app" requires a provisioning profile." UserInfo={NSLocalizedDescription="CWBM_alpha.app" requires a provisioning profile., NSLocalizedRecoverySuggestion=Add a profile to the "provisioningProfiles" dictionary in your Export Options property list.}"
)}
error: exportArchive: "CWBM_alpha.app" requires a provisioning profile.

Error Domain=IDEProvisioningErrorDomain Code=9 ""CWBM_alpha.app" requires a provisioning profile." UserInfo={NSLocalizedDescription="CWBM_alpha.app" requires a provisioning profile., NSLocalizedRecoverySuggestion=Add a profile to the "provisioningProfiles" dictionary in your Export Options property list.}

from hxpackrobot.

simonwong95 avatar simonwong95 commented on August 20, 2024

我的也是打不了的

from hxpackrobot.

moonclock avatar moonclock commented on August 20, 2024

@CoderSimonWong CoderSimonWong 你的是因为 xcode9打包 exportOptionsPlist.plist 需要增加一个provisioningProfiles字段,我已经更新对应文件,等待原作者合并以后,相应配置一下就可以了

from hxpackrobot.

niunaruto avatar niunaruto commented on August 20, 2024

tks ok 了

from hxpackrobot.

simonwong95 avatar simonwong95 commented on August 20, 2024

先谢谢大佬,坐等大佬更新。

from hxpackrobot.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.