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

Added Swift Target. #2

Merged
merged 1 commit into from
Jun 13, 2023
Merged

Added Swift Target. #2

merged 1 commit into from
Jun 13, 2023

Conversation

nacho4d
Copy link
Owner

@nacho4d nacho4d commented Jun 13, 2023

Since NSURL and URL are NOT the same type, compiler does magic and makes the bridge. However for extensions defined like this compiler will not help.

The solution is to add an swift extension that calls the ObjC code. Conclusion: Two targets are needed. One for ObjC and other for Swift.

See explanation and solution in Swift Forums - Why SPM library with Objective-C NSURL category is not available in Swift URL type?

Since NSURL and URL are *NOT* the same type, compiler does magic and makes the bridge.
However for extensions defined like this compiler will not help.

The solution is to add an swift extension that calls the ObjC code.
Conclusion: Two targets are needed. One for ObjC and other for Swift.
@nacho4d nacho4d merged commit 625c4bc into main Jun 13, 2023
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