Ctrl-drag in xcode doesn't work despite same class name












0















I have been adding labels to my storyboard in my 'BowlerController' scene and pairing them up with the code in BowlerController.swift file.



However, after adding 5 labels, I tried adding another label(after adding some other functionalities in other interface controllers). I noticed that the control-drag has stopped working.I can drag the line to the code but the insert action line doesn't show up so I cant pair the code with the label.



All other solutions to this issue point towards a mismatch in the interface class name and the class name in the .swift file. I haven't changed anything so that should not be the issue. I am also attaching a screenshot for reference



The new label I am trying to add is right at the bottom and is named 'label' in the storyboard.



Can anyone help me figure out why I can't ctrl-drag any more



enter image description here










share|improve this question























  • A few things to try: Clean build folder and Derived Data and restart app. Right click on the storyboard ViewController and confirm the correct outlets are still linked correctly without errors. If none of that works delete and recreate the outlets. I've seen this bug in XCode before.

    – Alex Bailey
    Nov 13 '18 at 9:24











  • added the line in the controller code, changed the label name in storyboard to newLabel but it still didnt connect

    – Sourabh Sriom
    Nov 13 '18 at 9:49











  • @AlexBailey : Didn't work. Do you recommend deleting all the existing outlets that are bound right now? They seem to be working fine.

    – Sourabh Sriom
    Nov 13 '18 at 9:59











  • yeah sounds like your storyboard is corrupt for some reason. Flush things out to try and reset it. It could also be that you have the wrong file open in your dual pane view (try to manually select the file).

    – Alex Bailey
    Nov 13 '18 at 10:41
















0















I have been adding labels to my storyboard in my 'BowlerController' scene and pairing them up with the code in BowlerController.swift file.



However, after adding 5 labels, I tried adding another label(after adding some other functionalities in other interface controllers). I noticed that the control-drag has stopped working.I can drag the line to the code but the insert action line doesn't show up so I cant pair the code with the label.



All other solutions to this issue point towards a mismatch in the interface class name and the class name in the .swift file. I haven't changed anything so that should not be the issue. I am also attaching a screenshot for reference



The new label I am trying to add is right at the bottom and is named 'label' in the storyboard.



Can anyone help me figure out why I can't ctrl-drag any more



enter image description here










share|improve this question























  • A few things to try: Clean build folder and Derived Data and restart app. Right click on the storyboard ViewController and confirm the correct outlets are still linked correctly without errors. If none of that works delete and recreate the outlets. I've seen this bug in XCode before.

    – Alex Bailey
    Nov 13 '18 at 9:24











  • added the line in the controller code, changed the label name in storyboard to newLabel but it still didnt connect

    – Sourabh Sriom
    Nov 13 '18 at 9:49











  • @AlexBailey : Didn't work. Do you recommend deleting all the existing outlets that are bound right now? They seem to be working fine.

    – Sourabh Sriom
    Nov 13 '18 at 9:59











  • yeah sounds like your storyboard is corrupt for some reason. Flush things out to try and reset it. It could also be that you have the wrong file open in your dual pane view (try to manually select the file).

    – Alex Bailey
    Nov 13 '18 at 10:41














0












0








0








I have been adding labels to my storyboard in my 'BowlerController' scene and pairing them up with the code in BowlerController.swift file.



However, after adding 5 labels, I tried adding another label(after adding some other functionalities in other interface controllers). I noticed that the control-drag has stopped working.I can drag the line to the code but the insert action line doesn't show up so I cant pair the code with the label.



All other solutions to this issue point towards a mismatch in the interface class name and the class name in the .swift file. I haven't changed anything so that should not be the issue. I am also attaching a screenshot for reference



The new label I am trying to add is right at the bottom and is named 'label' in the storyboard.



Can anyone help me figure out why I can't ctrl-drag any more



enter image description here










share|improve this question














I have been adding labels to my storyboard in my 'BowlerController' scene and pairing them up with the code in BowlerController.swift file.



However, after adding 5 labels, I tried adding another label(after adding some other functionalities in other interface controllers). I noticed that the control-drag has stopped working.I can drag the line to the code but the insert action line doesn't show up so I cant pair the code with the label.



All other solutions to this issue point towards a mismatch in the interface class name and the class name in the .swift file. I haven't changed anything so that should not be the issue. I am also attaching a screenshot for reference



The new label I am trying to add is right at the bottom and is named 'label' in the storyboard.



Can anyone help me figure out why I can't ctrl-drag any more



enter image description here







swift xcode xcode10 watch-os-5






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 13 '18 at 9:11









Sourabh SriomSourabh Sriom

529




529













  • A few things to try: Clean build folder and Derived Data and restart app. Right click on the storyboard ViewController and confirm the correct outlets are still linked correctly without errors. If none of that works delete and recreate the outlets. I've seen this bug in XCode before.

    – Alex Bailey
    Nov 13 '18 at 9:24











  • added the line in the controller code, changed the label name in storyboard to newLabel but it still didnt connect

    – Sourabh Sriom
    Nov 13 '18 at 9:49











  • @AlexBailey : Didn't work. Do you recommend deleting all the existing outlets that are bound right now? They seem to be working fine.

    – Sourabh Sriom
    Nov 13 '18 at 9:59











  • yeah sounds like your storyboard is corrupt for some reason. Flush things out to try and reset it. It could also be that you have the wrong file open in your dual pane view (try to manually select the file).

    – Alex Bailey
    Nov 13 '18 at 10:41



















  • A few things to try: Clean build folder and Derived Data and restart app. Right click on the storyboard ViewController and confirm the correct outlets are still linked correctly without errors. If none of that works delete and recreate the outlets. I've seen this bug in XCode before.

    – Alex Bailey
    Nov 13 '18 at 9:24











  • added the line in the controller code, changed the label name in storyboard to newLabel but it still didnt connect

    – Sourabh Sriom
    Nov 13 '18 at 9:49











  • @AlexBailey : Didn't work. Do you recommend deleting all the existing outlets that are bound right now? They seem to be working fine.

    – Sourabh Sriom
    Nov 13 '18 at 9:59











  • yeah sounds like your storyboard is corrupt for some reason. Flush things out to try and reset it. It could also be that you have the wrong file open in your dual pane view (try to manually select the file).

    – Alex Bailey
    Nov 13 '18 at 10:41

















A few things to try: Clean build folder and Derived Data and restart app. Right click on the storyboard ViewController and confirm the correct outlets are still linked correctly without errors. If none of that works delete and recreate the outlets. I've seen this bug in XCode before.

– Alex Bailey
Nov 13 '18 at 9:24





A few things to try: Clean build folder and Derived Data and restart app. Right click on the storyboard ViewController and confirm the correct outlets are still linked correctly without errors. If none of that works delete and recreate the outlets. I've seen this bug in XCode before.

– Alex Bailey
Nov 13 '18 at 9:24













added the line in the controller code, changed the label name in storyboard to newLabel but it still didnt connect

– Sourabh Sriom
Nov 13 '18 at 9:49





added the line in the controller code, changed the label name in storyboard to newLabel but it still didnt connect

– Sourabh Sriom
Nov 13 '18 at 9:49













@AlexBailey : Didn't work. Do you recommend deleting all the existing outlets that are bound right now? They seem to be working fine.

– Sourabh Sriom
Nov 13 '18 at 9:59





@AlexBailey : Didn't work. Do you recommend deleting all the existing outlets that are bound right now? They seem to be working fine.

– Sourabh Sriom
Nov 13 '18 at 9:59













yeah sounds like your storyboard is corrupt for some reason. Flush things out to try and reset it. It could also be that you have the wrong file open in your dual pane view (try to manually select the file).

– Alex Bailey
Nov 13 '18 at 10:41





yeah sounds like your storyboard is corrupt for some reason. Flush things out to try and reset it. It could also be that you have the wrong file open in your dual pane view (try to manually select the file).

– Alex Bailey
Nov 13 '18 at 10:41












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53277446%2fctrl-drag-in-xcode-doesnt-work-despite-same-class-name%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53277446%2fctrl-drag-in-xcode-doesnt-work-despite-same-class-name%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







這個網誌中的熱門文章

Tangent Lines Diagram Along Smooth Curve

Yusuf al-Mu'taman ibn Hud

Zucchini