Skip to content

Commit 9535b58

Browse files
authored
Merge pull request #202 from RxSwiftCommunity/chore/fix-release
chore: fix release missing xcodegen command
2 parents 65dadb3 + 8d05ab7 commit 9535b58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/xcframeworks.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ rm -rf xcarchives/*
66
rm -rf RxAlamofire.xcframework.zip
77
rm -rf RxAlamofire.xcframework
88

9+
brew bundle
10+
911
xcodegen --spec project-spm.yml
1012

1113
xcodebuild archive -quiet -project RxAlamofire-SPM.xcodeproj -configuration Release -scheme "RxAlamofire iOS" -destination "generic/platform=iOS" -archivePath "xcarchives/RxAlamofire-iOS" SKIP_INSTALL=NO SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES OTHER_CFLAGS="-fembed-bitcode" BITCODE_GENERATION_MODE="bitcode" ENABLE_BITCODE=YES | xcpretty --color --simple
@@ -36,4 +38,4 @@ xcodebuild -create-xcframework \
3638
zip -r RxAlamofire.xcframework.zip RxAlamofire.xcframework
3739
rm -rf xcarchives/*
3840
rm -rf RxAlamofire.xcframework
39-
rm -rf RxAlamofire-SPM.xcodeproj
41+
rm -rf RxAlamofire-SPM.xcodeproj

0 commit comments

Comments
 (0)