Posts

Post not yet marked as solved
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.