-
Notifications
You must be signed in to change notification settings - Fork 8
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
Multiple commands produce #53
Comments
Actually pods haven't been supported for a long time - I've been using SPM and (previously) Carthage only. In fact, I thought I had removed pods entirely, but it looks like I hadn't. I'll take a quick look this weekend and see if I can make a stable Pod version to lock in at. My guess is that multiple Info.plists are being pulled in from a previous refactoring. |
Thank you for your quick response I finally tried to drag the SwiftyTeetch.framework into my project. But at compile time I got an error as well. It said xcode couldn't find the SwiftyTeeth.framework file in the directory. After trying this, I simply dragged the necessary files (the Common, Extensions and SwiftyTeeth folders) from the master project into my project. It seems to work this way and I can access the SwiftyTeeth functionality. If you check cocoapods would be great, I'm looking forward to it. In the SwiftyTeeth documentation it says the following:
That's why I used Cocoapods. Best regards |
Unfortunately, the Readme is wayyyyyyyyyyy out of date. I use this library in many projects, but unfortunately, I'm not great at keeping documentation up to date. |
Ok! don't worry! the lib is great, thank you very very much !! |
@albetoetecnia It's literally been years since I used CocoaPods, since I moved to Carthage, then to SPM - but can you try out: It passes the spec lint now - but there may be a signing issue. Just a heads up that if this works for you, I'll probably pick a version and freeze support for Pods (and maybe even Carthage). But that'll probably be a 1.0.0 thing. |
(and 1.0.0 won't come out until I have full automation tests, including testing pods and carthage pulls) |
Hi! I'm trying to install SwiftyTeeth with cocoapods, but I'm getting this error
Multiple commands produce '/Users/alberto/Library/Developer/Xcode/DerivedData/pojectgeqszbdarvc/Build/Products/Debug-iphoneos/SwiftyTeeth/SwiftyTeeth.framework/Info.plist':
Xcode version: Version 12.5 (12E262)
Any idea or solution?
Thanks!
The text was updated successfully, but these errors were encountered: