react-native-compressor icon indicating copy to clipboard operation
react-native-compressor copied to clipboard

fix: build error with xcode 13

Open mangjuned opened this issue 2 years ago • 0 comments

Summary

xcodebuild -version

> Xcode 13.4.1
> Build version 13F100

Screen Shot 2023-10-12 at 20 03 52

It looks like guard let params is only supported in more recent swift versions.

Changelog

change guard let params to guard let params = params

mangjuned avatar Oct 12 '23 13:10 mangjuned