Current behavior
On Xcode 16 with the iOS 18 SDK, the build fails because react-native-compressor imports the removed AssetsLibrary framework and references ALAssetsLibrary. The compiler suggests using PHPhotoLibrary. This blocks archives on current Apple toolchains.
Expected behavior
It should work
Platform
React Native Version
"react-native": "0.81.4",
React Native Compressor Version
"react-native-compressor": "^1.12.0",
Reproducible Steps And Demo
Current behavior
On Xcode 16 with the iOS 18 SDK, the build fails because react-native-compressor imports the removed AssetsLibrary framework and references ALAssetsLibrary. The compiler suggests using PHPhotoLibrary. This blocks archives on current Apple toolchains.
Expected behavior
It should work
Platform
React Native Version
"react-native": "0.81.4",
React Native Compressor Version
"react-native-compressor": "^1.12.0",
Reproducible Steps And Demo