2020年10月10日

プロビジョニングプロファイルを更新したときに、「Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.」と表示された場合の対処法

プロビジョニングプロファイルを更新したときに、Automatically manage signingではない設定時において、下記のように表示された場合の対処法。
Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.


続きを読む
posted by mobileDeveloper at 12:15 | Comment(0) | 開発の流れ | このブログの読者になる | 更新情報をチェックする

2020年09月23日

CocoaPodsでライブラリをインストールしたプロジェクトを、Xcode12でビルドすると、The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. とエラー表示される場合の対処法

CocoaPodsでライブラリをインストールしたプロジェクトを、Xcode12でビルドすると、下記のエラーが表示される場合の対処法。
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.


続きを読む
posted by mobileDeveloper at 20:21 | Comment(0) | 開発の流れ | このブログの読者になる | 更新情報をチェックする

CocoaPodsでライブラリをインストールしたプロジェクトを、Xcode12でiOSシミュレータ用にビルドすると、Building for iOS Simulator, but linking in dylib built for iOS, for architecture arm64とエラー表示される場合の対処法

CocoaPodsでライブラリをインストールしたプロジェクトを、Xcode12でiOSシミュレータ用にビルドすると、下記メッセージが表示されてエラーとなる場合の対処法。
Building for iOS Simulator, but linking in dylib built for iOS, for architecture arm64


Showing All Messages Command PhaseScriptExecution failed with a nonzero exit code


続きを読む
posted by mobileDeveloper at 19:31 | Comment(0) | トラブルシューティング | このブログの読者になる | 更新情報をチェックする

2020年07月23日

UiWebView Deprecatedに対応した、Twitter Kit5の導入

Appleは、2020年12月以降、UIWebviewを含むバイナリのアプリの更新を受け付けないこととした。
従って、UIWebviewを使用しているTwitter Kit3から、WKWebViewを使用しているTwitter Kit5への移行を実施する必要がある。

続きを読む
posted by mobileDeveloper at 16:02 | Comment(0) | Twitter | このブログの読者になる | 更新情報をチェックする

2020年03月04日

cocoa pods インストール時のエラーに対応する

macOSのパーミッション管理強化の影響により、cocoapodsのインストールがうまくいかない場合の対処法。
続きを読む
posted by mobileDeveloper at 15:25 | Comment(0) | CocoaPods | このブログの読者になる | 更新情報をチェックする

2020年02月20日

Turi Create & Pythonで作る機械学習モデルの環境を構築する

Appleの機械学習フレームワークCoreMLで使用する機械学習モデルの作成方法には色々あるが、Appleが買収したTuriのTuri Createを使用するのが比較的簡単である。

続きを読む
posted by mobileDeveloper at 11:37 | Comment(0) | CoreML | このブログの読者になる | 更新情報をチェックする

2019年08月11日

Launch ScreenのAutoLayout対応

Launch Image(Launch Screen)をAsset Catalogで定義して、スクリーンサイズ毎に定義することはiOS13でdeprecatedとなった。
今後は、storyboardで定義しなければならない。storyboardで多様なスクリーンサイズに対応するためにはAutoLayoutに対応する必要がある。

続きを読む
posted by mobileDeveloper at 10:43 | Comment(1) | AutoLayout | このブログの読者になる | 更新情報をチェックする

2019年02月15日

Apple Watch / WatchOS App トラブルシューティング

Apple Watch上で動作するWatchOS App開発 トラブルシューティング。

続きを読む
posted by mobileDeveloper at 10:36 | Comment(0) | Apple Watch | このブログの読者になる | 更新情報をチェックする

2017年08月03日

Twitter Kit for iOSを導入する

iOS11でsocial.frameworkのServiceTypeにて、SLServiceTypeTwitter、SLServiceTypeFacebookがdeprecatedとなった。

続きを読む
ラベル:Mac apple iPAD IOS iPhone
posted by mobileDeveloper at 20:22 | Comment(1) | Twitter | このブログの読者になる | 更新情報をチェックする

2017年07月01日

ビルド時に ” resource fork, Finder information, or similar detritus not allowed Command /usr/bin/codesign failed with exit code 1 "とコンソールログにエラー表示される場合の対処法

ビルド時に ” resource fork, Finder information, or similar detritus not allowed Command /usr/bin/codesign failed with exit code 1 "とコンソールログにエラー表示される場合の対処法。



続きを読む
posted by mobileDeveloper at 21:21 | Comment(0) | TrackBack(0) | 開発の流れ | このブログの読者になる | 更新情報をチェックする