2
0

More than 3 years have passed since last update.

【Bitrise】Create new appで「No shared schemes found for project:」というエラーが出る

Last updated at Posted at 2019-11-18

Bitriseで「Create new app」を行い、ブランチを指定しバリデーションを行っているとタイトルのエラーが出ました。

:star: 確認すること

・ プロジェクトの「Manage Scheme」で対象のtargetの「shared」欄にチェックが入っているか確認する、入っていなればチェックする
・ 「.gitignore」ファイルで「usershareddata」フォルダをignoreする設定になっていないか確認する

このあたりだと思います。
さらに自分の場合は少し特殊なケースでハマりました。

・「shared」欄にチェックが入っているにも関わらず「.xcodeproject」内に「usershareddata」フォルダが生成されていない

という感じでした。
この場合は一度「shared」のチェックを外して、再チェックすると無事生成されました。

:star: まとめ

とりあえず対象ブランチの「.xcodeproject」、あるいは「.xcworkspace」内に「usershareddata」フォルダが存在しているかと、その中のファイルでSchemeのSharedがチェックされている設定になっているかが肝心みたいです。

以上!

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0