SwiftでiOSのバージョン番号を取得するには

Swiftを使ってiOSデバイスのバージョン番号を取得するには、主にUIDeviceクラスのcurrent.systemVersionプロパティと、ProcessInfoクラスのoperatingSystemVersio …

Continue reading ‘SwiftでiOSのバージョン番号を取得するには’ »

Xcodeで「The provided entity includes an attribute with an invalid value」エラーが発生する原因と解決方法

XcodeでAnalyzeを実行すると、以下のエラーが発生することがあります。 The provided entity includes an attribute with an invalid value このエラーは …

Continue reading ‘Xcodeで「The provided entity includes an attribute with an invalid value」エラーが発生する原因と解決方法’ »

iOSアプリを作るときにReleaseビルドのときはデバッグログを出力しない

iOSアプリを開発するときには、デバッグ中にログを出力して、アプリの動作を確認したい場合があります。 しかし、アプリをリリースするときには、デバッグログを残しておくと、ユーザーに見られてしまいます。 そこで、以下の方法で …

Continue reading ‘iOSアプリを作るときにReleaseビルドのときはデバッグログを出力しない’ »

Zoom Meeting SDKのiOS版のサンプルプロジェクトを実行する

Zoom Meeting SDKのiOS版のサンプルプロジェクトを実行する手順を説明します。 (1)Zoom Meeting SDKのiOS版をダウンロードする Zoom Meeting SDKのiOS版をダウンロードし …

Continue reading ‘Zoom Meeting SDKのiOS版のサンプルプロジェクトを実行する’ »