我不断收到这个错误,但我不知道它来自哪里。
linker command failed with exit code 1 (use -v to see invocation)
我该如何解决?
这是来自 WebView.m 的代码
#import "WebViewController1.h"
@interface ViewController ()
@property (strong, nonatomic) IBOutlet UIWebView *webView;
@property (weak, nonatomic) IBOutlet UIWebView *webView2;
@end
@implementation ViewController
这是来自 WebViewController.h 的代码
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end