Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode / ItunesConnect: Is it possible to remove watch kit target and add it back or not submit the watchkit App?

I have a watchkit target in my project. The problem I am facing is I don't need the watchkit target to be uploaded right now. I still want to keep the code however and don't want to delete all the files. Is there a way I can submit the App without the watch kit extension App? I thought about deleting the targets (not the files), but I don't know what is the best course of action in this situation. Can I tell itunesconnect not to include the watchkit App?

like image 467
Danger Veger Avatar asked Apr 21 '15 14:04

Danger Veger


2 Answers

If you go to the target of your main app and remove the watchkit extension from "Embedded Binaries" it should remove your watchkit app.

like image 64
Tiago Almeida Avatar answered Sep 18 '22 00:09

Tiago Almeida


To expand upon the answer from Tiago, remove the Watchkit Extension from "Embedded Binaries" and "Target Dependencies."

See Prevent deploying (disable) WatchKit App with iOS iPhone App in Xcode.

like image 28
CJW Avatar answered Sep 21 '22 00:09

CJW