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 ビルド サーバーに「予期しないエラーが発生しました」と表示されました。さらに、統合後にビルド製品が表示されませんでした。
それについてのアイデアはありますか?
エラーは私自身のせいでした。統合後のスクリプトがビルド製品にアクセスできるようにするために、 と のファイル権限を に変更し/Library/Developer/XcodeServer/Integrationsまし/Library/Developer/XcodeServer/IntegrationAssetsた755。したがって、サーバーは 2 つのディレクトリを書き込むことができなくなりました。アクセス許可を元に戻すと775、エラーはなくなりました。
/Library/Developer/XcodeServer/Integrations
/Library/Developer/XcodeServer/IntegrationAssets
755
775