Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Xcode 15 Beta #1336

Merged
merged 3 commits into from
Jun 6, 2023
Merged

fix: Xcode 15 Beta #1336

merged 3 commits into from
Jun 6, 2023

Conversation

dpogue
Copy link
Member

@dpogue dpogue commented Jun 5, 2023

Platforms affected

iOS

Motivation and Context

Resolve some errors/warnings from the latest Xcode beta.

Description

  • Fixed framework imports
  • Fixed Swift package file exclude
  • Update to Xcode recommended settings

Testing

Project compiles with no unexpected warnings (just the expected one about targeting iOS 11)

Checklist

  • I've run the tests to see all new and existing tests pass

dpogue added 2 commits June 5, 2023 16:14
Once upon a time, Xcode was eagerly telling me to change everything to
use @import... and now it's giving me errors saying that's absolutely
not allowed in framework headers. So we'll go back to the #import way of
doing things (until Xcode complains about it again in some future
version)
Remove it from the list of excluded files, since I'm pretty sure this
doesn't get generated and put here anymore.
@dpogue dpogue added this to the 7.0.0 milestone Jun 5, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2023

Codecov Report

Merging #1336 (5161e20) into master (58df099) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1336   +/-   ##
=======================================
  Coverage   78.62%   78.62%           
=======================================
  Files          15       15           
  Lines        1801     1801           
=======================================
  Hits         1416     1416           
  Misses        385      385           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@erisu erisu changed the title Xcode fixes fix: Xcode 15 Beta Jun 6, 2023
Copy link
Member

@erisu erisu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, appears one less error with this PR and app continues to build and displays OK.

@dpogue dpogue merged commit 98910de into apache:master Jun 6, 2023
@dpogue dpogue deleted the xcode-fixes branch June 6, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants