chriscdn / RHManagedObject

RHManagedObject is a library for iOS to simplify your life with Core Data.
MIT License
111 stars 18 forks source link

Can't click in searchBar #14

Closed ExoticObjects closed 10 years ago

ExoticObjects commented 10 years ago

Hi!

Love RHManagedObject. I updated to latest, and when I click on searchBar in the demo, I get this error:

<Error>: CGContextSetFillColorWithColor: invalid context 0x0. This is a serious
error.   This application, or a library it uses, is using an invalid context  and is 
thereby contributing to an overall degradation of system stability and reliability. 
This notice is a courtesy: please fix this problem. It will become a fatal error 
in an upcoming update.

And, although I can't reliably recreate it, I've also received this message:

Accessibility: Could not find where <UISearchBar: 0xa077290;
frame = (0 0; 320 44); text = ''; opaque = NO; gestureRecognizers =
<NSArray: 0xa077e60>; layer = <CALayer: 0xa077810>> starts. Was its
parent [<UITableView: 0xaa18000; frame = (0 0; 320 480); clipsToBounds
= YES; autoresize = W+H; gestureRecognizers = <NSArray: 0xa071bd0>;
animations = { bounds=<CABasicAnimation: 0x8bb6a30>; }; layer =
<CALayer: 0xa066950>; contentOffset: {0, -20}>] set correctly or did
it disappear?
jxxcarlson commented 10 years ago

I love it too!

Re CGContextSetFillColorWithColor -- this is not an RHManaged object error.

Jim

jxxcarlson@icloud.com http://square-the-circle.com

On Apr 15, 2014, at 2:18 AM, Exotic Objects notifications@github.com wrote:

Hi!

Love RHManagedObject. I updated to latest, and when I click on searchBar in the demo, I get this error:

: CGContextSetFillColorWithColor: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update. And, although I can't reliably recreate it, I've also received this message: Accessibility: Could not find where ; layer = > starts. Was its parent [; animations = { bounds=; }; layer = ; contentOffset: {0, -20}>] set correctly or did it disappear? — Reply to this email directly or view it on GitHub.
ExoticObjects commented 10 years ago

Re CGContextSetFillColorWithColor -- this is not an RHManaged object error.

Thanks for clearing that up!

At any rate, on iOS7 at least, you can't click in the search bar in the simulator, but you can on a device. If anyone's curious, they can read more about the issue here.