Skip to content

Conversation

@Alex-4-Git
Copy link
Contributor

@Alex-4-Git Alex-4-Git requested a review from mdmathias November 24, 2022 03:45
@mdmathias
Copy link
Collaborator

@Alex-4-Git is this intended to be a draft PR still? Also, the integration tests failed.

@Alex-4-Git Alex-4-Git marked this pull request as ready for review November 28, 2022 20:10
@Alex-4-Git Alex-4-Git requested a review from petea November 28, 2022 20:10
Copy link
Contributor

@petea petea left a comment

Choose a reason for hiding this comment

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

This appears to be the root cause.

@mdmathias note the randomness of the macOS build failures here, sometimes on the macOS-11 runner, sometimes macOS-12, sometimes both. It's as though xcodebuild is randomly choosing when to build for Mac Catalyst in this case.

https://github.com/google/GoogleSignIn-iOS/actions/workflows/builds.yml

@Alex-4-Git Alex-4-Git merged commit dbe49dc into main Nov 28, 2022
@Alex-4-Git Alex-4-Git deleted the pin-fixMacro branch November 28, 2022 22:04
#elif TARGET_OS_OSX
presentingWindow:(NSWindow *)presentingWindow
#endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST
#endif // TARGET_OS_IOS || TARGET_OS_MACCATALYST
Copy link
Contributor

Choose a reason for hiding this comment

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

@Alex-4-Git note that you missed an instance of the same platform check mistake below and the build action is now failing for that reason:

https://github.com/google/GoogleSignIn-iOS/actions/runs/3572147376/jobs/6004706482

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