react-native-image-resizer icon indicating copy to clipboard operation
react-native-image-resizer copied to clipboard

Can't build on iOS26

Open banpotk opened this issue 4 months ago • 4 comments

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.

banpotk avatar Sep 29 '25 07:09 banpotk

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

ahmad6242 avatar Sep 30 '25 05:09 ahmad6242

That's because the library uses deprecated AssetsLibrary which it was removed.

s.ios.framework = 'AssetsLibrary', 'MobileCoreServices'

fadi-quader-mox avatar Oct 22 '25 10:10 fadi-quader-mox

Are we expecting a patched release for this anytime soon?

fadi-quader-mox avatar Dec 01 '25 04:12 fadi-quader-mox

Also having the same issue

Tino-F avatar Dec 02 '25 00:12 Tino-F

Facing the same issue. Are we expecting a patched release for this anytime soon?

awadeyar1 avatar Jan 14 '26 22:01 awadeyar1

+1

zhe1ka avatar Jan 15 '26 11:01 zhe1ka