[IOS] underlying Objective-C module 'Kingfisher' not found
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
I had the same problem when upgrading to expo 53
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
![]()
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.
https://github.com/onevcat/kingfisher/issues/2379 Maybe help
Same issue for me on Expo 53, react 19
is there any update on this?
Same issue, Expo 53, React 19, new arch. @baronha, do you have any ideas how to fix/workaround it or still investigating? :)
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.