- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
siva krishna · Mar 29, 2013 at 05:24 PM ·
iphonedeploymentios6
about deployment target in ios
i have created my app in ios 6 and now iset deployment target to 4.3 and if run on iphone 4.3 simulator my app crashes in appdelegate file it self. may i know possible reasons
for(UIViewController *tab in self.tabBarController.viewControllers)
{
[tab.tabBarItem setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys://bad access (code=2)address=0)
[UIFont fontWithName:@"TimesNewRomanPS-BoldMT" size:16.0], UITextAttributeFont, nil]
forState:UIControlStateNormal];
}
i have this code in appdelegate. if i run on iphone 4.3 simulator .here my app crashes. iam not getting any idea help me thank u
Comment
Your answer
Follow this Question
Related Questions
Is there a deployment guide for iPhone? 1 Answer
Continue to support iOS 6.x ? 0 Answers
Which version of Xcode does Unity 3.5.5f3 support? 1 Answer
Unity iPhone - App Deployment Help 2 Answers
autolayout constraint in ios 6 0 Answers