From few days, I'm experiencing following issue:
Main.storyboard: error: IB Designables: Failed to render and update auto layout status for SomeViewController (BeW-27-X9H): dlopen(GoogleMaps.framework, 1): no suitable image found. Did find:
GoogleMaps.framework: mach-o, but wrong filetype
I have 28 errors like this in different view controllers, even though I only use Google Maps in few of them. Because of this issue, I cannot edit some of view controllers (they are often blank). I can edit other controllers, but often then don't update themselves (I change something and cannot see it), unless I re-open storyboard or restart Xcode.
I've read countless solutions, but none of them is working. I've read that the cause is cocoa pods, however I cannot downgrade to 1.4, because some of my pods require 1.5. post_install fixes also don't help.
I've tried cleaning build folder & derived data. I've tried re-running pod update. I've tried restarting XCode and Mac OS multiple times.
Still, issue persists. One time, for no reason, it disappeared for several minutes and I could easily edit storyboard. Then it came back.
If it's really an issue with cocoa pods, I've tried manual integration, without cocoa pods. Still, there's the same error.
I've also tried the following solution:
import GoogleMaps
class GoogleMapView: GMSMapView {
}
But the issue won't disappear. Is there anything it can be done to fix this annoying issue? It appeared out of nowhere.
from IB Designables: Failed to render and update auto layout status (Google Maps)
No comments:
Post a Comment