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
I ran into the same issue as described in #81 specifically issues to do with typeof and strongDelegate.
I did a bit more digging and figured out the cause of those semantic errors is the dialect the project is compiled with.
This is easily reproducible In the example project if you compile with C99.
Thanks 😺
The text was updated successfully, but these errors were encountered:
I ran into the same issue as described in #81 specifically issues to do with typeof and strongDelegate.
I did a bit more digging and figured out the cause of those semantic errors is the dialect the project is compiled with.
This is easily reproducible In the example project if you compile with C99.
Thanks 😺
The text was updated successfully, but these errors were encountered: