私は私のアプリをコンパイルし、私はこれは、コマンド/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clangが終了コード1トラブル(iPhoneのDev)
で失敗しましたプラス私が欲しいエラー - 持っています彼が何を投稿するかをユーザーに通知する。私はthis-
NSString *someText = textForSharing;
UIAlertView* alertView = [[UIAlertView alloc] initWithTitle:@"Confirm" message:(@"Are you sure you want to post %@ on your facebook wall?", *someText) delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil];
を試みたが、それはME-エラーを与える:Experession結果を未使用とエラー:「NSStringの*」
私は何をすべき互換性のない型のパラメータに「NSStringの」を送信しますか?前もって感謝します!