Hello
I've struggled with trying to make XCode storyboards work the last couple of days.
The issue:
When I open a storyboard or xib-file that has @IBDesignables specified in an externalPod I get this error, which prevents Storyboard from properly drawing:
Failed to render and update auto layout status for *MyViewController* (6jf-cd-DYU) dlopen (AFramework.framework, 1): no suitable image found. Did find: Aframework.framework: required code signature missing for 'Aframework.framework'
Aframework is the Pod(s) in question (the error displays multiple times and points to several pod files). I had no issues with these pods last week, nor did I update them or make any changes to them. I scoured the internet trying to find a solution to this but I've gotten nowhere.
Here's what I've tried:
Completely reinstalled OSX and in that process obviously reset everything related to XCode.
Rolled back my git repo to a week ago where I am absolutely sure this was not a problem.
Deleted all pods and reinstalled them; ran pod deintegrate and pod install
Removed all provisioning profiles and certificates from the developer portal and reissued them
This leads me to believe that something has changed on Apple's side between now and when it worked last, but I don't know what, nor do I know how to fix this.
What's odd is that the app builds and works perfectly on all devices and the simulator. There are no issues at all in that area, I just can't work with my storyboards inside XCode.
Any ideas where to begin with this?