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 am currently updating an obj-c app and adding some new classes written swift. I am trying to add a header file that imports UAObfuscatedString into my bridging-header. When I do this I get a compile error on line 53 of UAObfuscatedString.h saying "Expected selector for Objective-C method". Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
I am currently updating an obj-c app and adding some new classes written swift. I am trying to add a header file that imports UAObfuscatedString into my bridging-header. When I do this I get a compile error on line 53 of UAObfuscatedString.h saying "Expected selector for Objective-C method". Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: