Could not insert new outlet connectionエラーへの対処
UIStackViewのIBOutletを追加するためにstoryboardから.swiftファイルのdistributionButtonとallignmentPickerViewの宣言の間にドラッグしたところ、以下のようなエラーが出ました。
Could not insert new outlet connection: Could not find any information
for the class named allignmentPickerView
Could not insert new outlet connection
でググると以下の資料が出てきました。
- Xcode でCould not insert new outlet connection が出て story board と controller の紐付けができなくなった時
- Xcodeのストーリーボードでボタンをドラッグアンドドロップ出来ない問題
ただ今回の場合はもう一度よくエラー文を見ると、ドラッグした部分のすぐ下に宣言したallignmentPickerView
という文字列が含まれていることに気づきます。
まさかと思いdistributionButtonとallignmentPickerViewの間に1行空行を入れて、空行めがけて再度ドラッグしたら無事IBOutlet作成できました。行間を狙ってドラッグしたつもりが、既存の宣言の上にドラッグしたことになっていたようです。
Author And Source
この問題について(Could not insert new outlet connectionエラーへの対処), 我々は、より多くの情報をここで見つけました https://qiita.com/akatsuki174/items/96132aaea00eb8967871著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .