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.]
If I clone the repo and run 'pod install' to get a version I can work with I get the following errors:
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.]