-
Notifications
You must be signed in to change notification settings - Fork 57
Minor issue with example linked .zip #3
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
Comments
@aarku I haven't seen this error before, do you have any idea what caused it? |
The issue is that something is wrong with the locally added package. It can't override the remote package. You can remove the packaged from the Package Description tab for the project, and add the local package in the targets Frameworks, Libararies, and Embedded Content section |
I see, thanks! |
Having done the above work around I still get errors. My exact steps were:
Project still has errors and is not able to run. How do I fix this? |
I'm getting the same issue attempting to compile the Examples. Here in Jan 2025. Any way forward? |
With this linked zip on the README: https://github.com/aheze/SwipeActions/archive/refs/heads/main.zip
Upon opening in Xcode, I get:
unable to override package 'SwipeActions' because its identity 'swipeactions' doesn't match override's identity (directory name) 'swipeactions-main'
multiple products named 'SwipeActions' in: 'swipeactions', 'swipeactions-main'
Obviously it's very fixable, just thought you might want to know.
The text was updated successfully, but these errors were encountered: