Post

Replies

Boosts

Views

Activity

Reply to Image sets from Frameworks broken on Xcode 13? (Store only bug)
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.
Oct ’21