我的应用程序在模拟器中加载网站,但是当我在设备上运行它没有出现
这是一个xcode问题吗?或者更新问题(我的iPhone显示我已准备好更新,但我没有)
这是我的代码
#import "twitterViewController.h"
@interface twitterViewController ()
@end
@implementation twitterViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
NSString *webSite=@"https://www.youtube.com/"; //It's like a template page
NSURL *url = [NSURL URLWithString:webSite];
NSURLRequest *request = [NSURLRequest requestWithURL:url];
[twitterWeb loadRequest:request];
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end
答案 0 :(得分:0)
在模拟器中加载网站,但是当我在设备上运行它时没有出现,
文件名可能是错误的情况。意思是,假设你的文件想要加载文件'Abc.js',而它的名字是'abc.js。
你应该查看你的'url'