ios - xcode 6.0 brings a lot of errors and some strange questions about cocoa pods -


i build project , runs find in xcode 5.0. few minutes ago ,i update xcode latest version. project can run fine in xcode 5.0 cannot run in xcode 6.0.

it has error: thread 1:exc_bad_access(code=2, address=0x7fff56bf2fd8) in sdwebimagedownloaderoperatin.m in sdwebimage.

- (void)setexecuting:(bool)executing {     [self willchangevalueforkey:@"isexecuting"];     self.executing = executing;     [self didchangevalueforkey:@"isexecuting"]; } 

another question cocoa pods. latest version of sdwebimage in github 3.6. why search in computer used pod search sdwebimage, tells me latest version 3.5.2?

thank much.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -