DyKnow / SignalR-ObjC

Objective-C Client for the SignalR Project works with iOS and Mac
MIT License
443 stars 213 forks source link

Unable to run 'pod install' from current state of repo #272

Open richardgroves opened 8 years ago

richardgroves commented 8 years ago

If I clone the repo and run 'pod install' to get a version I can work with I get the following errors:

Richards-MacBook-Pro:SignalR-ObjC richard$ pod install
Re-creating CocoaPods due to major version update.
Analyzing dependencies
[!] Unable to find the Xcode project `/Users/richard/NoodlFroot/SignalR-ObjC/SignalR.Client.ObjC/SignalR.Client.xcodeproj` for the target `Pods-SignalR.Client.iOS`.

[!] xcodeproj was renamed to `project`. Please use that from now on.

Checking the file structure the project file in SignalR.Client.ObjC is actually called SignalR.Client.ObjC.xcodeproj [Note the extra .ObjC compared to what the podfile is looking for]

This error happens on either master or feature-dev branch.

[I'm using version 1.0.1 of Cocoapods in case that matters - it is what is leading to the 'xcodeproj was renamed to project' warning I think.]