A compile error appeared after I updated Xcode to 11.4 (11E146) - Content and frame layout guides before iOS 11.0
in storyboard, which prevents the projec from build. Does anyone know what has been changed whith this latest update and where the error comes from?
Obviously before the update everything was fine.
Before the update it was mistakenly not producing a build error. The fact that there is now an error is actually a bug fix.
If you target an OS earlier than iOS 11, you cannot use the Content and Frame layout guides in your storyboard because they were not introduced until iOS 11. Using them like this will cause crashes in iOS 10 and below. To get rid of this error you can either stop using the layout guides or target a higher iOS version.
If you think you have eliminated all references to these layout guides in your storyboards but are still seeing this error, be sure to check your UITextViews too!
You are using storyboards make sure to update the deployment target
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With