Can't build on iOS26
package installed : "@bam.tech/react-native-image-resizer": "^3.0.11" xcode version : 26.0.1 (17A400)
Error message : error 'ALAssetsLibrary' is unavailable in iOS: Use PHPhotoLibrary from the Photos framework instead error failed to build module 'AssetsLibrary'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.17.14 clang-1700.3.17.1)', while this compiler is 'Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)'). Please select a toolchain which matches the SDK.
same issue in IOS, i am using
"@bam.tech/react-native-image-resizer": "^3.0.11", "react": "19.0.0", "react-native": "0.79.2", XCODE 26.0.1
That's because the library uses deprecated AssetsLibrary which it was removed.
s.ios.framework = 'AssetsLibrary', 'MobileCoreServices'
Are we expecting a patched release for this anytime soon?
Also having the same issue
Facing the same issue. Are we expecting a patched release for this anytime soon?
+1