Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] XCode 12: 'SessionDelegate' has different definitions in different modules #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[FIX] XCode 12: 'SessionDelegate' has different definitions in different modules #37

wants to merge 1 commit into from

Conversation

JMCPH
Copy link

@JMCPH JMCPH commented May 18, 2021

Added @objc(...) attribute to the SessionDelegate class, which will update the Obj-C interface in a generated ...-Swift.h file, to avoid the name conflict with other libraries with a class named SessionDelegate (e.g. Alamofire, Kingfisher...)

@JMCPH
Copy link
Author

JMCPH commented May 18, 2021

@KaneCheshire I have made this PR 🙏🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant