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 スポンサーリンク スポンサーリンク
Firebase 【Swift4】MessageKitというライブラリを使ったFirestoreチャットページ作成 2018年12月15日 yu coglay Blog import UIKit import Firebase import MessageKit import SCLAlertView …
iPhoneアプリ開発 [Xcode9]新しいライブラリを追加すると"No such module"と出るときの対処法 2018年7月2日 yu coglay Blog Podでライブラリを追加すると、"No such module"と一緒に例えば以下のようなエラーが出る時がある。 "Target 'A …
iPhoneアプリ開発 【Swift3】UINavigationControllerのNavigationBarの高さを変更 2018年6月28日 yu coglay Blog 以下コードで高さを変更できる。 CGRectのheightに好きな値を設定。 self.navigationController?. …