My own pods have around 2100 Files
In XCFramework,
- 500 MB for Simulator Platform
- 500 MB for iOS Platform
Anyway to reduce the size of XCFramework?
xcodebuild archive \
-workspace MyWorkspace.xcworkspace \
-scheme MyScheme \
-destination "generic/platform=iOS" \
-archivePath "archives/MyScheme-iOS" \
SKIP_INSTALL=NO \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES