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】アーカイブ時にエラー(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でビルドエラー 余計なファイルを消すといいみたい
iOSアプリ

【Xcode】空き容量がなくてアップデートできないときの対処法

空き容量の不足で、XcodeをAppStoreからアップデートできない。また、AppleDevelopperサイトからXcodeをダウンロードできても、空き容量不足で解凍できない。Finderなどで見つけやすいファイルを消しても全然足りない。
タイトルとURLをコピーしました