<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi!<div>I jave ios-app project with static library linked. Breakpoint set in this library is unresolved when debugging on iphone5.</div><div><br></div><div><div>(lldb) breakpoint list</div><div>Current breakpoints:</div><div>1: file ='GWAppDelegate.m', line = 94, locations = 2, resolved = 1</div><div>  1.1: where = NBrod`-[GWAppDelegate handleRefreshError:forceRefresh:] + 32 at GWAppDelegate.m:94, address = NBrod[0x00002840], unresolved, hit count = 0 </div><div>  1.2: where = NBrod`-[GWAppDelegate handleRefreshError:forceRefresh:] + 32 at GWAppDelegate.m:94, address = 0x000d6858, resolved, hit count = 1 </div><div><br></div><div>2: file ='RESTService.m', line = 22, locations = 1</div><div>  2.1: where = NBrod`-[RESTService initWithBaseUrl:mapper:] + 24 at RESTService.m:22, address = NBrod[0x000313c0], unresolved, hit count = 0   //<b> this one</b></div><div><br></div><div>3: name = '__cxa_throw', locations = 1, resolved = 1</div><div>  3.1: where = libc++abi.dylib`__cxa_throw, address = 0x324a5524, resolved, hit count = 0 </div></div><div><br></div><div>I see that lldb have found some location for this breakpoint but it's marked as unresolved and debugger doesn't stop there.</div><div>Some ideas?</div></body></html>