Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

XCODE打包正常,导出IPA文件正常,使用命令行打包失败, 请问如何使用命令行打包呢?

尝试过的:

xcodebuild archive -project example.xcodeproj -scheme example -archivePath bin/example.xcarchive -configuration "Release" archive

报错:


The following build commands failed:
        Ld /Users/test/Library/Developer/Xcode/DerivedData/***/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/example.build/Release-iphoneos/example.build/Objects-normal/arm64/Binary/example normal arm64
        Ld /Users/test/Library/Developer/Xcode/DerivedData/***/Build/Intermediates.noindex/ArchiveIntermediates/example/IntermediateBuildFilesPath/example.build/Release-iphoneos/example.build/Objects-normal/armv7/Binary/example normal armv7
(2 failures)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...