Fix for Invalid Swift Support
issue
#346
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update: works for me, works for topic starter (Eric Nondahl).
This shell fix
Invalid Swift Support
issue when uploading to AppleStore.root case assumed: during #340 there was introduced defect that swift libs copy in 'SwiftSupport' also get stripped of ARM64E arch as result copy of these files were modified. As part of fix this commit does:
now all dynamic frameworks/libs/appext are being stripped to keep only archs same as in app (similar fix done in [rules_apple] (bazelbuild/rules_apple@b238ee5)). This also reduce final IPA sizeUPDATE: reverted to strip only ARM64Eas all extra arches are being stripped introduced in fix #338 -- removing arch64e #340UPDATE: this option was removed as well as it is enough only to strip ARM64EstripArchs
option is not required anymore and was removed`