#現象
実機を指定してビルドすると、こんなエラーが3つ出ます。
The operation couldn’t be completed. Unable to log in with account 'my acc'. An unexpected failure occurred while logging in (Underlying error code -1009).
No profiles for 'name app' were found: Xcode couldn't find a provisioning profile matching 'name app'.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
なぜかシミュレータでは問題なく動きます。
Xcode 8.2.1
#対策
provisioning profileに関連した問題っぽいのはわかるんですが、Accounts設定は問題なさそうに見えて頭を抱えることに。
参考リンクで似た話を見つけて、結局次のよくわからない対処でなおりました。。
1)Xcode => Preference => Account
2)自分のApple IDをいったん削除。
3)「+」ボタンでおんなじAppleIDを追加。パスワードを打つ。
4)Xcode再起動。
これで復活しました。なんやねん。。
#参考リンク
http://stackoverflow.com/questions/41172843/simulator-can-run-project-but-device-cant-did-this
ここに、似た話がありました