Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 4 replies, 0 views
Found two possible workarounds to this problem:
Having different names for framework and bundle -> images show up
Disabling "Manager Version and Build Number" -> images show up
Best solution for anyone facing this would be, to edit in your podspec:
.resource_bundles = { 'Have unique bundle name here, not matching framework's' => [ ... list of paths ]
Ear pulling to whoever broke this though.