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】バックグラウンド処理でWebから画像取得しViewにセット 2016年10月17日 yu coglay Blog バックグラウンド処理で、指定したURLの画像をアプリ上にViewとして表示する。 dispatch_async(dispatch_ …
iPhoneアプリ開発 【xcode】Gitの設定方法 2016年10月24日 yu coglay Blog xcodeでアプリを開発していたが、バージョン管理をしていなかったのでGitの使い方を調べてみた。 xcodeでのGitの使い方 すべて画面上部メニュー「Source …
Firebase 【Swift4】MessageKitというライブラリを使ったFirestoreチャットページ作成 2018年12月15日 yu coglay Blog import UIKit import Firebase import MessageKit import SCLAlertView …