Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトのディレクトリ (作業ディレクトリ内のフォルダーではなく、親ディレクトリ) を変更した後、Xcode で 2 つの奇妙な警告が表示されます。私の/Build/Products/Releaseディレクトリについて、「オプションのディレクトリが見つかりません」と述べています。
SFML ゲーム エンジンを使用して、Xcode で C++ プロジェクトに取り組んでいます。
他の人がこのエラーに遭遇し、さまざまな修正を行いましたが、どれも私にとってはうまくいきませんでした。最後に、Xcode メニューで Product->Clean を使用すると、2 つの警告がクリアされました。