'\n'で行う。
このままだとそのまま「\n」が出力されてしまうので
option + \ で入力する
このままだとそのまま「\n」が出力されてしまうので
こんな風にして使う
textView.text = [NSString stringWithFormat:@"%@ \n\n %@", str1, str2];
エラーになった記念にうまくいった設定を保存
プロジェクト→プロジェクト設定を編集
「Device」「Distribution」で「ビルド」 実行はしなくていい
1.10 とかにするといいらしい
http://basuke.blogspot.com/2010/02/appstore.html
その他、アップ時の手順は
http://gihyo.jp/dev/serial/01/iphone/0010
「Application failed codesign verification. 」のエラーが出た場合
ビルド時にコード署名IDを「iPhone Distribution」にするプロジェクト→プロジェクト設定を編集
「Device」「Distribution」で「ビルド」 実行はしなくていい
「The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that of the previously uploaded version.」のエラーが出た場合
「プロジェクト名」-info.plist の「Bundle version」の値を変更する
1.10 とかにするといいらしい
http://basuke.blogspot.com/2010/02/appstore.html
その他、アップ時の手順は
http://gihyo.jp/dev/serial/01/iphone/0010
8/9にアプリをAppleに申請。
8/9 The status for the following app has changed to Waiting For Review.
8/14 The status for the following app has changed to In Review.
8/16 The status for the following app has changed to Processing for App Store.
8/16 The following app has been approved. The status has changed to Ready for Sale.
8/14(土), 15(日)を入れて7日で販売準備ができたようです。
1回で審査通過しました。
無料アプリだったからかもしれません。
さて、もっともっとアプリをリリースできるようにがんばっていきますよー。

8/9 The status for the following app has changed to Waiting For Review.
8/14 The status for the following app has changed to In Review.
8/16 The status for the following app has changed to Processing for App Store.
8/16 The following app has been approved. The status has changed to Ready for Sale.
8/14(土), 15(日)を入れて7日で販売準備ができたようです。
1回で審査通過しました。
無料アプリだったからかもしれません。
さて、もっともっとアプリをリリースできるようにがんばっていきますよー。

