Build doesn't seem to exceed because of SDWebImage - maybe it's something like an out of date dependency?
If you can give me any advice/some sort of fix ASAP that would be appreciated :)
Getting same issue here. Any help would be awesome.
Same issue here! Needing help on this ASAP!
I found that it only fails when using react-native run-ios; running via Xcode _seems_ to work fine. Oddly though, even when running the CLI command it still builds and runs the app in the simulator...
I've always ran through xcode, so not sure why I'm getting an issue then.
Cleaning the build folder solved this for me.
Cleaning the build worked to get the build on the simulator. However the errors for SDWebImage still exist.
I managed to fix this by doing Project -> Clean in XCode, gonna close this, hope this works for you all!
Also doing rm -rf ~/Library/Developer/Xcode/DerivedData/* solved problem with running simulator by react-native run-ios
Cleaning XCode would work for sure.
Most helpful comment
I managed to fix this by doing Project -> Clean in XCode, gonna close this, hope this works for you all!