iPhoneアプリ開発 【Xcode】”Building for iOS simulator, but the linked framework xxx was built for iOS”が出た時の対処法 yu 2021年1月6日 スポンサーリンク “Building for iOS simulator, but the linked framework xxx was built for iOS” (xxxはフレームワーク名) 上記エラーが出た場合は、ひとまず以下の設定を行うとビルド時にエラーは回避できる。 BuildSettings ->"Validate Workspace"をYes Swift xcode スポンサーリンク スポンサーリンク
iPhoneアプリ開発 【Swift】動的にUITabBarControllerで画面を切り替える方法 2016年12月18日 yu coglay Blog Swiftから動的にタブで複数画面を切り替える。 UITabBarControllerに今回は2つの画面を追加し、タブのアイコンを押す …
iPhoneアプリ開発 【Swift】Viewのframe, bounds, centerについて 2016年10月23日 yu coglay Blog iOSアプリを作成する過程で必ず登場するframe, bounds, center。 はっきりした意味が分からず何となく使っていたが、 …
iPhoneアプリ開発 【Swift】セグエを使わず、別Storyboardへの遷移方法 2016年10月11日 yu coglay Blog iPhoneアプリで画面遷移方法はいくつかあるが、 今回は別 storyboard へ遷移する方法。 1.遷移先のstorybo …