When used with builtin render pipeline, Postprocessing package expects to be used on a fullscreen Camera.
Please note that using Camera viewport may result in visual artefacts or some things not working.
UnityEngine.GUIUtility:ProcessEvent (int,intptr) (at /Users/bokken/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:197)
ターゲット iOS で Editor 実行したところ、このような警告が毎フレーム表示されました。
調べたところ、Post Processing を設定したカメラで Orthograchic、Viewport Rect の値を変更していました。
以下のように Viewport Rect の値を初期値に戻すと、警告の表示はなくなりました。
Viewport Rect X:0 Y:0 W:1 H:1