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

Command Ld failed with a nonzero exit code after added SwiftDate #795

Open
MrEldin opened this issue Mar 2, 2022 · 4 comments
Open

Command Ld failed with a nonzero exit code after added SwiftDate #795

MrEldin opened this issue Mar 2, 2022 · 4 comments

Comments

@MrEldin
Copy link

MrEldin commented Mar 2, 2022

After I added SwiftDate with Xcode and started to build a project I got an error:

Command Ld failed with a nonzero exit code 

And the build wasn't successful.
I had to remove the package, any help for this one?

@mlhw
Copy link

mlhw commented Mar 3, 2022

I have the same issue.
I've read that if your app is for iOS 11 or higher, one of the libraries should be modified to target iOS 11 or higher (e.g., my app is for iOS 12 or higher).
https://stackoverflow.com/a/69299432/1421829

@MrEldin
Copy link
Author

MrEldin commented Mar 3, 2022

My app is for IOS 12 or higher, I had to use another library because this one has this problem.

@arbyruns
Copy link

@MrEldin which library did you end up using? I'm having the same issue?

@wonder2011
Copy link

wonder2011 commented Jun 29, 2022

I'm using this library in Apple MacBook Pro M1 chip, targeting iOS >= 14, with Xcode 13.3. I don't have any issue with this lib. You can make a pod script to modify pod targets to iOS 11 for example or for Swift 4.2.

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