-
Notifications
You must be signed in to change notification settings - Fork 279
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
Unable to build with Carthage #105
Comments
I edited the references to |
So I think what has happened is that the Info.plist has changed, but because Pods/* is gitignored the new one |
Is this still an issue? |
Yes, it's still an issue. |
v1.2.1 still an issue. |
This is still an issue even now :( I made a fork and implemented @gverdouw's solution and that allowed Carthage to build the scheme. |
Support for Carthage has been removed for now due to issues with Xcode 12. |
@gmarm FWIW our fork from Sep 2019 builds just fine with Carthage on Xcode 12 targeting iOS 14 |
Could you please open a PR for this? I was struggling yesterday and although the scheme was shared and commited to git, |
Hi,
With the latest version (1.1) I am running in to issues building the project with Carthage.
"error: Build input file cannot be found: '/path/to/xcodeprojectdir/Carthage/Checkouts/BetterSegmentedControl/Example/Pods/Target Support Files/BetterSegmentedControl/BetterSegmentedControl-Info.plist'"
The only .plist file in that directory is "Info.plist" so I guess that needs to be updated somewhere. (Perhaps this is the Xcode migration tool breaking something?)
Thanks,
Geoff
The text was updated successfully, but these errors were encountered: