Yarik Arsenkin
Yarik Arsenkin
You forgot to import `Lumberjack`. Do it and you'll be fine.
And don't forget to import `SystemConfiguration` framework as well, it is a system one.
Should be closed imho.
In case you want to use AutoLayout, then you should do layout configurations after you call `[self presentViewController:popover animated:YES completion:nil];`. I know it sounds strange, but Apple advises to do...