Skip to content

Commit

Permalink
Merge pull request #90 from adobe/fix-pif-error
Browse files Browse the repository at this point in the history
Fix SPM script Pif error
  • Loading branch information
cdhoffmann authored Apr 6, 2023
2 parents db27f6a + ee89066 commit 575ccdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Script/test-SPM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ let package = Package(
" >Package.swift

swift package update
swift package resolve

# This is nececery to avoid internal PIF error
swift package dump-pif > /dev/null
(xcodebuild clean -scheme TestProject -destination 'generic/platform=iOS' > /dev/null) || :

# Archive for generic iOS device
echo '############# Archive for generic iOS device ###############'
Expand Down

0 comments on commit 575ccdd

Please sign in to comment.