Posts

Post not yet marked as solved
5 Replies
This is still a problem in Xcode 15.0.1 (& the current 15.1 Beta), and it does look like an issue with the project template. @jclardy did it work going back to Xcode 14 to create the initial project, or did you give up on the stand alone watch app and produce one with the parent iOS app? I'm seeing exactly the same symptoms when trying to create a stand alone watch app. No iOS stub target at all, and the watch app target has an identifier of just ".watchkitapp" even though I've been through the process multiple times, making sure I give a proper bundle identifier during creation. It also doesn't set the relevant plist values for a stand alone watch app e.g. "App can run independently of companion iPhone app", or "App is available only on Apple Watch". If I correct the bundle identifier, and try archiving, I just get an empty "generic" archive with no app in it. Logged feedback #13265919 Create watch only app: This is what you get:
Post not yet marked as solved
1 Replies
@sneqqy did you ever find out how to do this? So, you've released a stand alone watch app without a parent iOS app, and it still shows up in the iOS App Store?
Post not yet marked as solved
2 Replies
@LiveQuartz Did you ever manage to answer this one? I'm assuming we use the ".watchkitapp" version when it is a stand alone watch app - and could possibly then switch to the "com.myCompany.myApp" version in future if we wanted to add a parent iOS app?
Post not yet marked as solved
2 Replies
Thanks Quinn - I'd like the user level version as both a developer and a user too. I've filed this in Feedback Assistant: FB12328461