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 import for watchOS #7423

Merged
merged 1 commit into from
Feb 2, 2021
Merged

Conversation

peterfriese
Copy link
Contributor

@peterfriese peterfriese commented Feb 2, 2021

This needs to be TARGET_OS_WATCH (also see the corresponding .m file, where it actually already is TARGET_OS_WATCH)

#no-changelog

This needs to be TARGET_OS_WATCH (also see the corresponding .m file, where it actually already is TARGET_OS_WATCH)
@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

@peterfriese peterfriese merged commit a6b1c3d into master Feb 2, 2021
@peterfriese peterfriese deleted the peterfriese-patch-TARGET_OS_WATCH branch February 2, 2021 13:19
@peterfriese peterfriese mentioned this pull request Feb 2, 2021
@derkaramma
Copy link

I'm having trouble with this error. My app is not and will not be available for Apple Watch. Would anyone know how I go about quitting the error till the update is pushed?

@paulb777
Copy link
Member

paulb777 commented Feb 2, 2021

You could either edit the file manually in your installation or keep using Xcode 12.4 or earlier

@pistoleta
Copy link

You could either edit the file manually in your installation or keep using Xcode 12.4 or earlier

This means edit the file on every build? isn't there a file on unity that could be modified to avoid this ?
Thanks

@paulb777
Copy link
Member

Edit the file after any pod install or pod update. You may want ask the Unity question in a different forum - there may not be too much Unity expertise here.

@pistoleta
Copy link

Edit the file after any pod install or pod update. You may want ask the Unity question in a different forum - there may not be too much Unity expertise here.

ooh right, I thought this was from the firebase for unity sdk , thanks

@firebase firebase locked and limited conversation to collaborators Mar 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.