ZSWTappableLabel icon indicating copy to clipboard operation
ZSWTappableLabel copied to clipboard

Adds carthage support

Open Goos opened this issue 5 years ago • 3 comments

...by adding an xcode project.

Goos avatar Oct 31 '19 22:10 Goos

@Goos I thought the _Pods.xcodeproj symlink exposed the Example/ project file, which allows you to use the framework target that's in there. Is that not the case?

zacwest avatar Nov 03 '19 06:11 zacwest

@zacwest afaik carthage assumes there to be an .xcodeproj with the same name as the library/repo name. I'm getting an

Reason: Project [...]/ZSWTappableLabel/ZSWTappableLabel.xcodeproj cannot be opened because it is missing its project.pbxproj file.

error when I'm building without the changes.

Goos avatar Nov 19 '19 07:11 Goos

I'm getting the following error when trying to build 3.2 with carthage: Dependency "ZSWTappableLabel" has no shared framework schemes for any of the platforms: iOS

cassianodialpad avatar Jul 10 '20 19:07 cassianodialpad