Skip to content

Instantly share code, notes, and snippets.

@lukeredpath
Created September 15, 2014 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukeredpath/3c00f7b74d5dd5685930 to your computer and use it in GitHub Desktop.
Save lukeredpath/3c00f7b74d5dd5685930 to your computer and use it in GitHub Desktop.
(lldb) po viewController
error: instance variable '_modalPresentationStyle' declared with incompatible types in different translation units ('UIModalPresentationStyle' vs. 'UIModalPresentationStyle')
error: instance variable '_lastKnownInterfaceOrientation' declared with incompatible types in different translation units ('UIInterfaceOrientation' vs. 'UIInterfaceOrientation')
error: instance variable '_viewControllerFlags' declared with incompatible types in different translation units ('<anonymous struct>' vs. '<anonymous struct>')
error: property 'modalPresentationStyle' declared with incompatible types in different translation units ('UIModalPresentationStyle' vs. 'UIModalPresentationStyle')
error: instance method 'modalPresentationStyle' has incompatible result types in different translation units ('UIModalPresentationStyle' vs. 'UIModalPresentationStyle')
note: declared here with type 'UIModalPresentationStyle'
note: declared here with type 'UIInterfaceOrientation'
note: declared here with type '<anonymous struct>'
note: declared here with type 'UIModalPresentationStyle'
note: instance method 'modalPresentationStyle' also declared here
note: declared here with type 'UIModalPresentationStyle'
error: 5 errors parsing expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment