mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-12 04:10:36 +01:00
WatchOS 2 support #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 targetMyapp WatchKit Extension(watchOS 2.0) is not compatible withCoreStore (1.3.1), which does not supportwatchos.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.
@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 :)
@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 :)
@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!