Skip to content

watchOS support #63

@arthabus

Description

@arthabus

Is there a way to use OCMapper with watchOS? If not at the moment are there any chances to support watchOS platform any soon?

I'm integrating watch support in my project and already using OCMapper in the iOS app. I thought to pass my objects as json between host app and watch and to automatically serialize/deserialize them but I've stuck integrating OCMapper to watch extension and getting the following error while executing pod install:

Analyzing dependencies
[!] The platform of the target Watch Extension (watchOS 3.1) is not compatible with OCMapper (2.1), which does not support watchos.

the podfile:

target 'Watch Extension' do
pod 'OCMapper'
end

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