You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Same problem here. I tried disabling Treat Warnings as Errors in my build settings but that didn't work. Also tried to inhibit warnings which also did not work. Obviously I shouldnt be even attempting either.
When I compile and run on an actual device I get the following error:
Conflicting nullability specifier on return types, 'nullable' conflicts with existing specifier 'nonnull'
In PACConsentForm.h:
Note: I have enabled Treat Warnings as Errors in my build settings. When I disable this setting everything works fine.
The easiest way to solve this suppress this would be the following (suppress the warning):
But I'm not sure if this is such a good idea... 🤔
The text was updated successfully, but these errors were encountered: