If you are working on adding a new resource to `co...
# compose-ios
b
If you are working on adding a new resource to
commonMain/resources
or equivalent via cocoapods, don't forget to run
pod install
in your ios project after adding a new resource in order to make it available 😄 to resolve "resource not found" error
👍 3
l
Does the gradle podInstall task not do this? That task should run on IDE sync, and (I could be wrong on this one) I think on build.
b
it's possible I ran every gradle task but that one, let me give that a try
the task gets skipped by default
doesn't seem to pick up that a re-run is needed when there is a change to resources