WatchOS 2 support #15

Closed
opened 2025-12-29 15:22:05 +01:00 by adam · 3 comments
Owner

Originally created by @tosbaha on GitHub (Oct 18, 2015).

I tried to use CoreStore with WatchOS extension however it doesn't integrate with Cocoapods. Cocoapods complain that

[!] The platform of the target Myapp WatchKit Extension(watchOS 2.0) is not compatible withCoreStore (1.3.1), which does not support watchos.

I also tried to integrate as git submobule but this time XCode compained that

Target 'CoreStore' of project 'CoreStore' was rejected as an implicit dependency for 'CoreStore.framework' because it doesn't contain platform 'watchsimulator' in its SUPPORTED_PLATFORMS 'iphonesimulator, iphoneos'

I will appreciate if you can add WatchOS 2 support. Thanks.

Originally created by @tosbaha on GitHub (Oct 18, 2015). I tried to use CoreStore with WatchOS extension however it doesn't integrate with Cocoapods. Cocoapods complain that `[!] The platform of the target `Myapp WatchKit Extension` (watchOS 2.0) is not compatible with `CoreStore (1.3.1)`, which does not support `watchos`.` I also tried to integrate as git submobule but this time XCode compained that `Target 'CoreStore' of project 'CoreStore' was rejected as an implicit dependency for 'CoreStore.framework' because it doesn't contain platform 'watchsimulator' in its SUPPORTED_PLATFORMS 'iphonesimulator, iphoneos'` I will appreciate if you can add WatchOS 2 support. Thanks.
adam added the fixed label 2025-12-29 15:22:05 +01:00
adam closed this issue 2025-12-29 15:22:05 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Oct 20, 2015):

@tosbaha Thanks for the feedback!
I pushed a compiling watchOS target to the develop branch. Can you try if it works for you? I'll merge it to the main branch and to cocoapods if everything goes well :)

@JohnEstropia commented on GitHub (Oct 20, 2015): @tosbaha Thanks for the feedback! I pushed a compiling watchOS target to the develop branch. Can you try if it works for you? I'll merge it to the main branch and to cocoapods if everything goes well :)
Author
Owner

@tosbaha commented on GitHub (Oct 20, 2015):

Thanks @JohnEstropia I am sorry but for couple of days, I will be so busy and won't have time to test your fixes. I am sure they are working. I can't wait to try it on my project when you roll out cocoapods. Since I am lazy :)

@tosbaha commented on GitHub (Oct 20, 2015): Thanks @JohnEstropia I am sorry but for couple of days, I will be so busy and won't have time to test your fixes. I am sure they are working. I can't wait to try it on my project when you roll out cocoapods. Since I am lazy :)
Author
Owner

@JohnEstropia commented on GitHub (Oct 21, 2015):

@tosbaha It's ok, I'll upload it to cocoapods later in the day. Feel free to report any problems anytime!

@JohnEstropia commented on GitHub (Oct 21, 2015): @tosbaha It's ok, I'll upload it to cocoapods later in the day. Feel free to report any problems anytime!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#15