Skip to content

Release 5.0.13-4.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 May 00:04
build(ios): generate dSYMs in merge-xcframework job

The build job creates single-arch xcframeworks with dSYMs, but
the merge-ios-xcframework job was recreating a new multi-arch
xcframework from the raw dylibs without running dsymutil or
passing -debug-symbols. This is the actual fix.