-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix import for watchOS #7423
Conversation
This needs to be TARGET_OS_WATCH (also see the corresponding .m file, where it actually already is TARGET_OS_WATCH)
Generated by 🚫 Danger |
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? |
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 ? |
Edit the file after any |
ooh right, I thought this was from the firebase for unity sdk , thanks |
This needs to be TARGET_OS_WATCH (also see the corresponding .m file, where it actually already is TARGET_OS_WATCH)
#no-changelog