-
Notifications
You must be signed in to change notification settings - Fork 152
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
Issue with carthage integration #35
Comments
Hello @Nainculte, I am having the same issue, did you find a fix?
Any idea @RamotionDev ? Are you using Carthage to publish your own demo app including this Slider ? |
A Script Phase This is only a workaround and would be nice to be fixed in the next release |
The carthage copy-framework isn't necessary for framework target, the will have both your dependency and your framework in Carthage/Build directory:
The application will have to copy both framework in their run script build phase |
Hello I am getting multiple issues with the carthage integration of this project in my app when submitting the app to the AppStore as follows:
I am copying the frameworks using the carthage utilities. So I am wondering what I am doing wrong here. If I don't copy them it just doesn't work.
I am using Xcode 10.2 and Carthage 0.33.0
The text was updated successfully, but these errors were encountered: