Invalid Date
Capacitor iOSやってみる
bash$ yarn add @capacitor/ios
$ yarn cap add ios
$ yarn cap open ios
XCodeが開いた
がこんなエラー
logShowing Recent Messages
Signing for "App" requires a development team. Select a development team in the Signing & Capabilities editor.
XCodeのSIgning & Capabilitiesでteamを選択した
log/Users/shwld/projects/shwld/xxxxx/ios/App/Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig:1:1: unable to open file (in target "App" in project "App")
pod installがいるのかな?
bash$ cd ios/App
$ pod install
動きました。すごい