I had a project in Swift 3.2 that I converted to swift 4 in Xcode 9.3. After the successful migration, I got few Auto Layout Localization warnings that I fixed. My issue is that though I keep seeing such warnings in Issue Navigator and Auto Layout pane in Interface Builder shows yellow warning button, when I tap on it, I see no AutoLayout issues (See images below). Warnings in Issue Navigator

There are weird IBDesignables issues (above image) as well that some people on SO linked to cocoapod bug and workarounds but none have worked for me so far. Warning Button in AutoLayout Pane No issues are shown here

Moreover, my UI elements are not rendered at all. Only it marks their position and shows constraints. Please refer to the right pane. "Male Button" is not rendered at all. This doesn't happen for all view controllers in the storyboard but very annoying for few of them. enter image description here

1

There are 1 best solutions below

1
On

Because your bundle refer to many view in swift 4 xcode 10.

So please manually choose your view that you're referring.

you can try: https://stackoverflow.com/a/56128426/4395342