Xcode 14 has deprecated bitcode and so we should disable it#2396
Xcode 14 has deprecated bitcode and so we should disable it#2396stareque-atlassian wants to merge 1 commit intoapollographql:mainfrom
Conversation
…oved build phase "Ensure no build settings are in the Xcode project"
|
@stareque-atlassian: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
👷 Deploy request for apollo-ios-docs pending review.Visit the deploys page to approve it
|
|
Thanks for the contribution @stareque-atlassian! This project uses xcconfig files so we can't remove that build phase from the project though; it's there to ensure we don't have a mixed configuration. I'm pretty sure there is a way we can do this with xcconfig files. |
|
@stareque-atlassian I've created #2397 to keep track of this issue. I'm going to close this PR as we can't merge a solution that removes the project settings check build phase. If you find another way to achieve this please feel free to reopen this PR or create a new one - thanks. |
|
Thanks so much for the quick response. Raised a PR for this with changes only in xcconfig files #2398 Tested it manually by using Can I request to make a hotfix tag |
This document explains how bitcode is not supported in Xcode 14:
https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes