It appears that QuickStart instructions have not been updated for watchOS 2. I could not find any information in the ad .
Parse WatchKit Extension, Podfile :
target 'MyApp' do
end
target 'MyApp WatchKit App' do
end
target 'MyApp WatchKit Extension' do
platform :watchos, '2.0'
pod 'Parse', '~> 1.11'
end
, Parse iOS, WatchKit (, Push- iOS Parse on WatchKit), .
"Generated duplicate UUIDs" CocoaPods , :
export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES
, :
target 'MyApp' do
platform :ios, '8.0'
pod 'Parse', '~> 1.11'
end
target 'MyApp WatchKit App' do
end
target 'MyApp WatchKit Extension' do
platform :watchos, '2.0'
pod 'Parse', '~> 1.11'
end
, pod install, !