久しぶりにゴソゴソXcodeを起動した、久しぶりすぎてしょうもないことで時間を取られる。
oFで遊ぶ個人的なメモです。
Xcode setting トラブル
No Signing identity found.
Xcode can request a new iOS Development signing identity for you.
久しぶりにビルドしようとすると初期段階でつまずいた。
Member Center で同意したけどエラーが出たままになる。
10分待ちなと教えてもらう。
stackoverflow: Unable to fix signing identity issue on Xcode
oF 0.9.0 で遊ぶ。
download
OSX と iOS ダウンロードした。
iOS は Apple の決めた作法がめんどくさい。
簡単に試したい時はOS Xでプロジェクトを作った。
build error
iOS プロジェクト。
添付の emptyExample がビルドできない。
undefined symbols for architecture armv7 referenced from ofBaseSoundOutput
ライブラリのリンク問題のようなんだけど…
一旦 clean
すると吉らしい。
openFrameworks: project generator and opencv #3821
examples
iPhoneGuiExample
UIKit との使用例。
デフォルト状態だとビルド後クラッシュする。
MyGuiView.xib File’s Owner 修正
/src/gui/MyGuiView.xib
File’s Owner: Custom Class
MyMusicView を MyGuiView へ修正。
openFrameworks Advent Calendar 2013 2日目:openFrameworks for iOS のサンプル一覧
MyGuiView.xib resource へ copy
Build Phase > Copy Bundle Resource
+
を押して “MyGuiView.xib” を選択
forum.openframeworks.cc: iOS GUI example – crashes when running