ios - GMSMapView crashes because it is always nil -


i have been working on googlemaps, working on own framework when stumbled upon clusterkit amazing framework. wish make of own that.

however facing weird problem. when execute target of project on own works fine when bundle in framework , use project, gsmmapview returns nil , app crashes. have tried possible, thinking doing wrong not. -objc flag set, googlemaps.framework latest, given specific static parameters frame line fails:

gmsmapview *mapview =  [gmsmapview mapwithframe:self.mapview_container.bounds camera:map_camera]; 

please let me know if it's entirely possible fix it. have exhausted methods make work no avail. exception breakpoints in xcode have given way , unsolvable bug.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -