DyKnow / SignalR-ObjC

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

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

Open yakushevichsv opened 7 years ago

yakushevichsv commented 7 years ago

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 commented 7 years ago

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