Skip to content

Podspec refers to non-working tag (1.0.0) #3

@ville-k

Description

@ville-k

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions