The font name is not the same as the font file name, you should see the correct font name in the Font Book(you can search this in Finder), and call the method with the correct font name.
For example:
yourLabel.font = [UIFont fontWithName:@"Capira" size:15];