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

Minor issue with example linked .zip #3

Open
aarku opened this issue Apr 14, 2023 · 4 comments
Open

Minor issue with example linked .zip #3

aarku opened this issue Apr 14, 2023 · 4 comments

Comments

@aarku
Copy link

aarku commented Apr 14, 2023

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.

@aheze
Copy link
Owner

aheze commented Apr 15, 2023

@aarku I haven't seen this error before, do you have any idea what caused it?

@Kleemann
Copy link

Kleemann commented Apr 16, 2023

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

@aheze
Copy link
Owner

aheze commented Apr 16, 2023

I see, thanks!

@joshgalvan
Copy link

joshgalvan commented Jun 6, 2023

Having done the above work around I still get errors. My exact steps were:

  1. Go to project tab.
  2. Click "SwipeActionsExample" under "Project" in left menu of SwipeActionsExample.xcodeproj
  3. Click Package Dependencies
  4. Remove SwipeActions from Package Dependencies
  5. Click "SwipeActionsExample" under "Targets" in left menu of SwipeActionsExample.xcodeproj
  6. Scroll to "Frameworks, Libraries, and Embedded Content" and add SwipeActions there

Project still has errors and is not able to run. How do I fix this?

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

No branches or pull requests

4 participants