react-native-multiple-image-picker icon indicating copy to clipboard operation
react-native-multiple-image-picker copied to clipboard

[IOS] underlying Objective-C module 'Kingfisher' not found

Open ritik-cohort opened this issue 8 months ago • 7 comments

Hello I am getting this error while bundling in ios in development as well as release.

xcode version is 16.3 expo sdk : 52 react native : 0.76.9

Image

ritik-cohort avatar Apr 18 '25 09:04 ritik-cohort

I had the same problem when upgrading to expo 53

caothuyen avatar May 05 '25 03:05 caothuyen

Hello I am getting this error while bundling in ios in development as well as release.

xcode version is 16.3 expo sdk : 52 react native : 0.76.9

Image

I'm currently experiencing an error with Kingfisher 8.3.1. As a workaround, add pod ‘Kingfisher’, ‘8.2.0’ to your podfile and build and it should work.

Image

changminkim-329 avatar May 10 '25 03:05 changminkim-329

https://github.com/onevcat/kingfisher/issues/2379 Maybe help

weiningtry7 avatar May 19 '25 03:05 weiningtry7

Same issue for me on Expo 53, react 19

edwardvercoe avatar Jun 12 '25 06:06 edwardvercoe

is there any update on this?

AmsalSugihan avatar Jun 23 '25 02:06 AmsalSugihan

Same issue, Expo 53, React 19, new arch. @baronha, do you have any ideas how to fix/workaround it or still investigating? :)

ppichinenko avatar Jun 24 '25 14:06 ppichinenko

Thanks @weiningtry7, that worked for me. I would have appreciate an explanation of what does BUILD_LIBRARY_FOR_DISTRIBUTION set as NO, but it fixed it.

zedtux avatar Jul 08 '25 06:07 zedtux