iOS configuration - xcscheme

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): iOS

Hi everyone, the file http://myproject/ios/myproject.xcodeproj/xcshareddata/xcschemes/myproject.xcschemes
reacts weirdly when migrating from Macbook 2015 to Macbook 2022 (or maybe the Xcode upgrade to 14):

  • on my mac 2015, the file is like this → myproject.xcschemes
  • and GitHub upload are anyways not case sensitive
  • but on my mac 2022, the iOS build won’t proceed unless I rename the file Myproject.xcschemes because it is looking for a scheme with a capital first letter…

Have you already observed this behavior? If yes what is the clean way to avoid it? Cause as of now, every time we add a dev in our team, we have to tell them to rename the scheme file…(the type of laptop is not even relevant, they have to do it all the time at first set up)

thanks for your help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.