Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.5k views
in Technique[技术] by (71.8m points)

react-native ios 如何使用命令行打包?

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)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...