package R does not exist

2023年12月1日

https://stackoverflow.com/questions/12986301/package-r-does-not-exist

いろいろ原因がありようですが、今回は AndroidManifest.xml にpackageがなかったので、設定したらし治りました。

Flutter iOS – debug build crash when start by tapping icon

2023年7月20日

https://github.com/flutter/flutter/issues/60657

Flutter – “iproxy cannot be opened because the developer cannot be verified”

2023年7月20日

https://stackoverflow.com/questions/71359062/iproxy-cannot-be-opened-because-the-developer-cannot-be-verified

libz.1.dylib not found in /usr/lib

2023年7月17日

/Users/<username>/Library/Developer/Xcode/iOS DeviceSupport/<device>/Symbols/usr/lib

libz.1.dylib

flutter_inappwebview on android crash on file access

2023年7月13日
https://github.com/pichillilorenzo/flutter_inappwebview/issues/1427

https://github.com/pichillilorenzo/flutter_inappwebview/issues/555

Windows再起動後、Mac からのリモートデスクトップ接続ができなくなる

2023年4月28日

XCode 14.3 にアップデート後、Archive (リリースビルド)でrsync のエラー

2023年4月5日

rsync: link_stat "…" failed: No such file or directory

https://github.com/CocoaPods/CocoaPods/issues/11808#issuecomment-1480802886

で共有された回避方法に従って、生成されているすべての …-frameworks.sh において -f フラグを readlink に追加してみたところビルドできた。

IIS Webアプリのフォルダへのアクセス権限

2021年1月5日

IISにWebアプリを追加した後、フォルダへのアクセス権限がなくてアプリを開けない場合、
アプリのAppPoolにフォルダへのアクセス権(読み書き)を与える。
DefaultAppPoolの場合:
IIS AppPool\DefaultAppPool

https://docs.microsoft.com/en-us/iis/manage/configuring-security/application-pool-identities

How to set folder permissions for a site that uses ApplicationPoolIdentity – Progress Community

Android – 画面が暗くなるのを防ぐ

2020年2月26日

https://developer.android.com/training/scheduling/wakelock

cordova ios plugin ライブラリを追加

2019年11月26日

https://stackoverflow.com/questions/27679548/how-to-add-static-library-instead-of-a-framework-for-cordova-ios-plugin