-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The podspec available from CocoaPods points to the 1.0.0 tag of OCFWebServer that fails to build when included from a Podfile:
... /Pods/OCFWebServer/OCFWebServer/OCFWebServerRequest_Types.m:11:17: error: class 'OCFWebServerRequest_Types' defined without specifying a base class [-Werror,-Wobjc-root-class]
I can fix it locally by pointing my Podspec to the latest revision that does not include the file(OCFWebServerRequest_Types.m) that is causing the build error:
platform :osx, "10.9"
pod 'OCFWebServer', :git => 'https://github.com/Objective-Cloud/OCFWebServer.git', :commit => '34773776be48ebbffe4c8267a29355679f1788d0'I think the fix for this would be to tag a new version and update the Podspec.
Metadata
Metadata
Assignees
Labels
No labels