I started a new project in xCode 6.3
then I Selected File > New > Target > AppleWatch
and after the confirmation dialogue I got this:
Why is this happening?
UPDATE:
When I clicked on the project it gave me this message:
Asked
Active
Viewed 206 times
4

Chaudhry Talha
- 7,231
- 11
- 67
- 116
-
i have the same issue, have you got it done :) – LiangWang Apr 28 '15 at 07:18
-
i just found it will NOT happen on Xcode6.2 – LiangWang Apr 28 '15 at 07:20
-
If you move your say `InterfaceController.m` file from `WetRide WatchKit Extension` folder to your project foler `WetRide` and then move it back it'll not be red :D Actually one of my seniors solved this issue for me he did something in the `.plist` where you give address of `xcasset` folder etc. – Chaudhry Talha Apr 28 '15 at 07:34
-
1this bug has been fixed in 6.3.1 :) – LiangWang Apr 28 '15 at 12:50
-
@Jacky Question solved :D – Chaudhry Talha Apr 29 '15 at 10:33
-
@Jacky It still happens in 6.4 – coolbeet Jul 22 '15 at 21:53
1 Answers
2
I solve it by first select your WatchKit Extension
folder, in file inspector, click the folder icon in bottom right, then select the right folder in popped window.
Finally do the same thing to WatchKit App
folder:)

coolbeet
- 1,645
- 1
- 18
- 20