The Pragmatic Ball boy

iOSを中心にやってる万年球拾いの老害エンジニアメモ

2019-06-01から1ヶ月間の記事一覧

flutter doctorのエラーの解決方法 Verify that all connected devices have been paired with this computer in Xcode

このようなエラーがでてbrew xxxをしても解決しない場合 [!] iOS toolchain - develop for iOS devices (Xcode 10.2.1) ✗ Verify that all connected devices have been paired with this computer in Xcode. If all devices have been paired, libimobilede…

@propertyDelegateと@propertyWrapperの違い

2019/06/25 現在の情報 Swift EvolutionのProperty Wrappersを見ると@propertyWrapper ですが、 AppleのドキュメントのStateを見ると @propertyDelegateになっています。 state 原因 仕様策定段階で名前が変わった 詳細 ここに書いてあるように最初はpropert…