iOSアプリ

iOSアプリ

【Xcode】unsupported resource found (something not a directory, file or symlink)でCommand CodeSign failed with a nonzero exit code

unsupported resource found (something not a directory, file or symlink)でCommand CodeSign failed with a nonzero exit codeが起きた時の対策
iOSアプリ

【Swift】ビルドエラー解決方法 Detected Apple ‘NO’ macro definition, it can cause build conflicts. Please, include this header before any Apple headers.

Podsでcppファイル扱おうとしてビルドエラーになった時の解決方法
iOSアプリ

【Xcode】ビルドエラー解決方法 ‘DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead’

今まで「DT_TOOLCHAIN_DIR」としていた環境変数が、アップデートに伴い、「TOOLCHAIN_DIR」に変更されたことによるエラーのよう。Podsで影響が出ている模様。
iOSアプリ

【Xcode】アーカイブ時にエラー(some files could not be transferred (code 23))

Command PhaseScriptExecution failed with a nonzero exit codeのエラー。 Pods-[プロジェクト名]-frameworks.sh というファイルの一部を改変すればよい。
iOSアプリ

【iOS】BLEセントラルとしてバックグラウンドで動かすにはServiceUUIDの指定が必要

iOSデバイスをCoreBluetoothを使用してBLEセントラルとしてバックグラウンドで動かすには、scanForPeripherals()でServiceUUIDの指定が必要。 scanForPeripherals()でServiceUUIDにnilを指定すると、バックグラウンドではパケットをスキャンできない。
iOSアプリ

【Xcode】14.3にアップデートしたらビルドエラー

CocoaPodsで入れたライブラリの「Minimum Deployments」のiOSバージョンが11.0未満だとだめらしい
Web

【json】JSONのテストにはOpen Meteoの天気APIが便利

なんでもいいからJSON形式のデータが欲しいんやというときに便利
iOSアプリ

【Xcode】Bundle.main.urlでファイルパスが取得できずnilになる

"Build Phases" の "Copy Bundle Resources"に該当のファイルが指定されていないとダメらしい
iOSアプリ

【Xcode】デバイスが接続と切断を繰り返してうざいときの対処法

開発中、iOSデバイスが接続と切断を繰り返してうざいときありませんか?
iOSアプリ

【Xcode】Command CodeSign failed with a nonzero exit codeでビルドエラー

Command CodeSign failed with a nonzero exit codeでビルドエラー 余計なファイルを消すといいみたい
タイトルとURLをコピーしました