I have a project called "ViewTester" with a cocoapod linked to it called "blub"
Now in the main.storyboard i want to reference blubstory.storyboard like so:
Properties of the storyboard reference:
BundleID of ViewTester:
BundleID of blub:
When i try to run this i get the following exception:
I saw a related stackoverflow post here, but the answer did not resolve the issue as there are is no target membership for "blub" in main.storyboard
Any ideas / solutions on this issue? To me it seems like a bug in storyboard referencing as it doesn't look for the storyboard in the "blub" bundle.