Parse File not compiling wth Xcode 13.0

Hello,

We are having some compiling error with the latest Xcode 13.0.

In ā€œPFActionButtonā€ file that it says:

Use of undeclared identifier ā€˜_configurationā€™; did you mean ā€˜configurationā€™?

and compiling stops.

We donā€™t have this problem in older Xcode (up to 12.5.1).

Have any of you encounter this issue?

Thanks a lot for your help!

Would you mind to share the piece of code throwing the exception and the complete stack trace?

Hello,

Thanks for your reply!

Here is the piece of code throwing the exception (in PFActionButton.m):

We have been using parse server for a few years with different Xcode versions, but never had this problem beforeā€¦

The same iOS App compiles without issue under Xcode 12.5.1.

About the the stack trace, we donā€™t get to the point where we see lldb in the debugger window in this case.

Thanks a lot for your help!

Sumi

When I click the error, here is what it shows:

This issue is already open on the SDK.

I recommend reading through the PR and if you can provide help, chime in. From the responses it seems some developers are using the branch that opened the PR.

Hello,

Thanks a lot for sharing this link! I will take a look at it.

Sumi