iOS 開発

eci xcode start iOS 開発

【iOS】iPod ライブラリー利用方法、シュミレータでのテスト MPMusicPlayerController

iPod ライブラリーを利用した開発、シュミレータでのテストについて MPMusicPlayerControllerシュミレータ iPod ライブラリーを利用したテストについてiPod ライブラリーを読み込みプレイヤーとしてのアプリ開発のデ...
eci xcode start iOS 開発

【iOS】最低対応端末の設定 Deploy Target のバージョン は 5.0 以上で問題なし?

iPhone開発  最低対応端末の設定 Deploy Target のバージョン は 5.0 以上で問題なし?■ 2012年 6月 12日 におこなわれたWWDCにて下記のように ios のシェアが紹介されました。■ iPhone 開発時に...
eci xcode start iOS 開発

【iOS】エラー perhaps the designated entry point is not set?

iPhone開発 perhaps the designated entry point is not set? エラー2012-07-30 00:11:42.861 Test55 Failed to instantiate the defa...
eci xcode start iOS 開発

【iOS】申請エラー、An SSL error has occurred and a secure connection to the server cannot be made

An SSL error has occurred and a secure connection to the server cannot be made.itunesconnect 申請 upload iPhone開発itunescon...
eci xcode start iOS 開発

【iOS】コンパイルエラー ld warning ignoring file /Users/….. , missing required architecture i386 in file /Users/….. (2 slices)

先日とある外部モジュールを利用しようと xCode へインポートしてコンパイルすると、実機だと問題なくコンパイルされるのですが、シュミレータだと下記のようなエラーが発生してビルドに失敗しました。ld: warning: ignoring f...
eci xcode start iOS 開発

【iOS】iTunes store URL の意味

iTunes store の リンクをWEBに貼ったり、登録申請したりする時にGET パラメータを付与したり、しなかったり、英語のページを表示、日本語の表示、でパラメータで迷うので意味をまとめました。例えば、私が作成したアプリで、絶対音感早...
eci xcode start iOS 開発

【iOS】コンパイルエラー(ビルドエラー) Localizable.strings:0: error: read failed: The data couldn’t be read because it has been corrupted.

Localizable.strings:0: error: read failed: The data couldn’t be read because it has been corrupted.xcode ios コンパイルエラー(ビル...
eci xcode start iOS 開発

【iOS】NSLocalizedString Localizable.strings が反映されない

NSLocalizedString Localizable.strings が反映されないLocalizable.strings 内にゴミがあると正常に NSLocalizedString で指定したキーが読み込めない。先日、何気なくいつも...
eci xcode start iOS 開発

【iOS】iOS7 簡単なステータスバーの非表示の手順(全ての画面)

iOS7 簡単なステータスバーの非表示の手順iOS7 ステータスバーを削除する方法は様々な方法がありますがあり、他のブログ等を見るとコードでのコントロールだったりと多様化な方法が多く書かれている為にわかりにくかったのでただ単純にスプラッシュ...