I have an existing WatchOS 2 app. I want to upgrade it and add some WatchOS 3 features, so I have installed Xcode 8 beta 3. My question is do I need to create another target for WatchOS 3 project or I can still keep working on the same WatchOS 2 target and add new WatchOS 3 features there with Xcode 8.
How to migrate the existing project from WatchOS 2 into WatchOS 3
342 Views Asked by Samira At
1
There are 1 best solutions below
Related Questions in WATCHOS-2
- animateWithDuration lacks completion block, WatchOS 2
- watchOS 2 Heart Rate Sensor
- Using Core Data with watchOS 2.0
- Can I use ClockKit with a custom background image and complications at the same time?
- presentAudioRecordingControllerWithOutputURL not recognized in WatchKit project
- Code signing identities not found for watchos 2.0
- WatchOS2 Heart Rate
- NSUserDefaults not working on Xcode beta with Watch OS2
- watchOS 2 new API and Sample Code
- watchOS 2 working with CocoaPods
- Phone call from Apple Watch with openSystem API?
- Imported Embedded Framework into Watch Extension
- xcode 7 beta stuck at "Running xxxxx WatchKit App on iPhone 6"
- Cannot add image to cache in watchOS 2?
- Xcode 7 supporting watch OS1 and OS2
Related Questions in WATCHOS-3
- WKURLSessionRefreshBackgroundTask isn't called when attempting to do background refreshes in watchOS
- Apple Watch Kit wouldn't fetch Image
- When WKExtension.scheduleBackgroundRefresh is supposed to call scheduledCompletion handler?
- Cannot keep WatchOS 3 data synced with Firebase?
- Complication not appears in Gallery
- How to make count-down within watch complication?
- Is there a way to remove +/- from CLKRelativeDateTextProvider with offset style?
- Interpreting crash at nopl
- Sharing the data model between watchapp and its complication
- Using images in the main Xcode project for Watch app
- WatchOS 3 - How does one tell if the parent app is in the foreground?
- Delivery failure while sending a message from WatchOS app to iOS app
- How to find out if background action for a local notification was answered on iPhone or Apple Watch
- Accessing Documents Folder on Apple watch through GUI
- How to implement WatchKit sliding button?
Related Questions in XCODE8-BETA3
- LSApplicationLaunchProhibited when trying to upload a sticker extension via Xcode 8 beta 3
- Xcode 8 Beta 3 Use Legacy Swift issue
- How to migrate the existing project from WatchOS 2 into WatchOS 3
- How do I get SpriteKit Playgrounds working in Xcode 8 beta?
- Initialization Errors with React Native Tutorials
- Swift 3.0: How to call CGImageCreateWithImageInRect()?
- To add the WatchOS 3 snapshot feature, handleBackgroundTasks and scheduleSnapshotRefreshWithPreferredDate are never triggered
- Cannot extract xcode 8 beta 3
- URLSession trowing an NSURLSession exception
- Simulated Metrics "Orientation" dropdown missing
- swift sodlib tool error happened when create a new target of Application Extension
- Requested URL not found
- Layout issues in iOS10
- Building success then "Thread 1: signal SIGABRT error" pops up
- UNUserNotificationCenter didRecieve Response is not called if App is terminated
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Use same target but functions/code would need to be conditional: