I have created a static library of a UIView
libLinOneSdk.a
. So i am getting crash when i am using it's property or funcitons. but if i am using LinDFPBanner.m
Everything is working fine, In Storyboard i have hooked it in nib also. I searched but got no clue why in static libraries this is happening. The problem may be of Library Search Path. can anybody help me how can i give library search path.
self.linBannerView.adUnitID1 = @"XXXX";
self.linBannerView.rootViewController1 = self;
Also app is working fine in ipod touch5 and ipad mini. crashing in simulator and iphone 5s. it can be architech problem.
Do i need to create a framework rather static library ? because it's not working in iphone 5s