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 need to toggle AirPlane mode programmatically using the Private API RadiosPreferences, but I am getting a compile error that RadioPreferences does not support 64-bit architecture arm64.
I have import below header file in my project.
Here is the Xcode compile error.
Can you please update the header file or give a proper solution to use this.
Thanks in advance.
Undefined symbols for architecture arm64:
"OBJC_CLASS$_RadiosPreferences", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
I need to toggle AirPlane mode programmatically using the Private API RadiosPreferences, but I am getting a compile error that RadioPreferences does not support 64-bit architecture arm64.
I have import below header file in my project.
Here is the Xcode compile error.
Can you please update the header file or give a proper solution to use this.
Thanks in advance.
The text was updated successfully, but these errors were encountered: