我正在为我的 iphone 应用程序使用 openURL,运行良好,但现在我想在 mac 上使用它,通常,我使用此代码
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://google.com"]];
它在 Xcode for iPhone 应用程序中完美运行,但是在做一个 mac 应用程序时,它给我这个错误:
"UIApplication" undeclared (first use in this function)
所以帮助任何人?