-
Notifications
You must be signed in to change notification settings - Fork 712
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
Targets names are not compliant with UTI #458
Comments
@GLinnik21 actually the problem wasnt solved, we still get similar error due to stange naming: use of "/" in names Can you fix it? |
Hi! |
Thank you! Do you have any specific dates for the stable release? |
This is an open-source project developed in the contributors' free time, so it's a bit tough to pin down exact timelines for stable releases. We could potentially roll out a beta version for SPM, but as I mentioned earlier, it might be highly unstable and it would also lack the required privacy report. If you're keen to see the changes sooner, you could definitely speed things up by contributing a PR with the necessary fixes. That would be super helpful! |
In an ideal world, targets names have to be Uniform Type Identifiers.
Although the classic approach to add SPM dependencies through Xcode works fine with KSCrash by replacing slash symbol (
/
) with underscore (_
) but it makes it tough to build an xcframework.KSCrash and also those who import it as a transitive dependency don't work with Tuist - the most popular tool for generating Xcode projects and managing and caching SPM dependencies.
Do you mind removing slashes from targets names in
Package.swift
.Firebase is a great example.
The text was updated successfully, but these errors were encountered: