Category Archives: iOS

Xcodeでビルドしようとすると “xxx is busy: Preparing debugger support for xxx.” と表示されて先に進まない時の対処

xxx is busy: Preparing debugger support for xxx. Xcodeでビルドしようとすると、途中でxxx is busy: Preparing debugger support f …

Read more »

symlinkが含まれるUnitySDKを導入する時にGUIDが更新され続ける場合の対処

https://forum.unity.com/threads/unity-changing-guids-absolutely-every-time-you-give-the-editor-window-focus.53 …

Read more »

iOSアプリリリース作業途中にこけたことまとめ【随時更新】

Clang frontend command failed with exit code 70 Simulators, Deviceの選択で「Generic iOS Device」を選んでいない場合にArchiveしよう …

Read more »

iPhone6をiOS9にバージョンアップしたら、ダウンした話

ソフトウェアバージョンアップってわくわくするんですよ。  どんな機能が追加されるかーとか。  操作性がどれほど改善されるかーとか。  想像もしていなかったような革新が想像もしていないベクトルで追加されるかーとか。 ただ、 …

Read more »

【Swift】Web上から音声ファイルをダウンロードして再生する

前回の投稿で作成したAVAudioPlayerUtil.swiftを流用し、urlから音声ファイルを直接ダウンロードして再生するだけの機能を作りました。 環境 OSX Yosemite v10.10.5 Xcode v7 …

Read more »