0

我在这里得到一个错误。有人可以告诉我我做错了什么吗?顺便说一句,这对我来说只是一个学习项目,所以没有什么绝密之类的。只是想制作一个简单的转换器。

如果整个项目可以帮助:http ://www.mediafire.com/download.php?iccgq9iclapado5

#import "MainViewController.h"

@interface MainViewController ()

@end

@implementation MainViewController
@synthesize picker, lngConvertFrom, lngRates;           
@synthesize resultLabel,lngInput;                      
- (void)viewDidLoad
{
    [super viewDidLoad];
    self.lngConvertFrom = [[NSArray alloc] initWithObjects:  <-Thread 1: ExC_bad_Access
4

1 回答 1

1

你在那里缺少一个“@”。"LNG HepatittB"不是一个对象,而是一个 C 字符串。

于 2012-09-26T20:51:27.787 回答