I have developed iPhone app with watchOS 2 app, but I met a strange problem.
Everything is ok before I localize InfoPlist.strings of watchOS 2 target (not watchOS 2 extension target).
If I localize InfoPlist.strings, the app will get the error
Error Domain=WCErrorDomain Code=7007 "WatchConnectivity session on paired device is not reachable." UserInfo={NSLocalizedDescription=WatchConnectivity session on paired device is not reachable.}.
I have no idea why. Here is my test project: https://dl.dropboxusercontent.com/u/31258390/TestApp.zip
Thanks!