Search code examples
iosobjective-cxcodeapp-store-connectwatchkit

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?


Solution

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