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

iOS. CocoaPods fails: Unable to find the Xcode project SignalR-ObjC-feature-dev/SignalR.Client.ObjC/SignalR.Client.xcodeproj #289

Open
yakushevichsv opened this issue May 29, 2017 · 1 comment

Comments

@yakushevichsv
Copy link

I have checked out the source code. After that my cocoapods commands fails, I am using cocoapods( 1.2.1)
pod --version
1.2.1
Miniadmistrator:SignalR-ObjC-feature-dev xxx$ pod install
Re-creating CocoaPods due to major version update.
Analyzing dependencies
[!] Unable to find the Xcode project /Users/xxxxx/Downloads/SignalR-ObjC-feature-dev/SignalR.Client.ObjC/SignalR.Client.xcodeproj for the target Pods-SignalR.Client.iOS

@andrewclaus
Copy link

Edit the podfile and change the top line to:
project 'SignalR.Client.ObjC/SignalR.Client.ObjC.xcodeproj'

That allows cocoapods to complete for me, however building the project still has errors with podfile.lock

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

2 participants