Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to use Parse in watchOS2 App #177

Closed
mahmoud-khalifa opened this issue Sep 6, 2015 · 2 comments
Closed

Error when trying to use Parse in watchOS2 App #177

mahmoud-khalifa opened this issue Sep 6, 2015 · 2 comments
Labels
type:feature New feature or improvement of existing feature

Comments

@mahmoud-khalifa
Copy link

I have tried to add Parse using cocoa pods to a watchOS2 App here is the pod file

target 'OS2Test WatchKit Extension' do
pod 'Parse', '~> 1.8.2'
end

When I compile I get the following error:

In file included from ~/Xcode_Projects/OS2Test/OS2Test WatchKit Extension/InterfaceController.m:10:
In file included from ~/Xcode_Projects/OS2Test/Pods/Headers/Public/Parse/Parse.h:36:
~/Xcode_Projects/OS2Test/Pods/Headers/Public/Parse/PFPurchase.h:11:9: fatal error: 'StoreKit/StoreKit.h' file not found

import <StoreKit/StoreKit.h>

    ^

1 error generated.

It seems that StoreKit framework can not be added to the app, so is there is a parse version that supports watchOS2?? or what?

@nlutsenko
Copy link
Contributor

Hey @mahmoud-khalifa, since you can't quite ship watchOS 2 apps yet, we are still working on getting there. Pull Requests would be very helpful.
In the meantime - you can use precompiled framework from the releases page and simply delete PFPurchase.h in order to get this working.

@nlutsenko nlutsenko self-assigned this Sep 6, 2015
@nlutsenko
Copy link
Contributor

I've just created an issue to track watchOS 2 support #179. Closing this one out.

@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants