We created an iOS application in RubyMotion. We are just now creating our first Watchkit app and would like to do it in Swift / Xcode. The watch application we plan to build is a companion for our iOS application, but it does not need to communicate with the parent iOS application at all.
Can I add a Swift Watchkit application to an existing iOS application that was not created in Swift?
source
share