ARC unsupported issue in iOS builds

I’m using OnlineSubsystemFacebook to authenticate with Facebook in a project I’m currently developing.
However, a problem occurs because the version of the facebook iOS framework built into the engine is too low.
After downloading the higher version of the Facebook SDK from Facebook github, applying it to the engine and trying to build iOS, ARC non-support problem occurs.
This is because the higher version of the Facebook framework used ARC that feature of objective-c.

Is there any way to get Unreal Engine to support ARC?

1 Like

Looking at the module documentation,
you can enable this property in the Build.cs file
bEnableObjCAutomaticReferenceCounting
However, I don’t know if it’s not going to mess other part of the app