Why are the changes I make in my Storyboard (Xcode) not being reflected on my app?
I've been working on an app recently but I ran into an annoying issue. None of the changes I've been making to my storyboard have been reflected on my iPhone (which is being used instead of the simulator).
I've already tried a lot of things such as cleaning the build folder, deleting provisioning profiles, deleting the app on my phone and rebooting it, etc. Any ideas on what else I could do to fix it, or what's causing all of this?
Thanks
(Sorry if it sounds a bit unclear, I just have a hard time describing it)
ios xcode storyboard
add a comment |
I've been working on an app recently but I ran into an annoying issue. None of the changes I've been making to my storyboard have been reflected on my iPhone (which is being used instead of the simulator).
I've already tried a lot of things such as cleaning the build folder, deleting provisioning profiles, deleting the app on my phone and rebooting it, etc. Any ideas on what else I could do to fix it, or what's causing all of this?
Thanks
(Sorry if it sounds a bit unclear, I just have a hard time describing it)
ios xcode storyboard
I think there will be some custom lib or any kind of control that is having a custom class like your text field or your button have custom class and it's having problem to update frames so that could be an issue and if you remove it, It will work well check your recent designed screens only.
– iOS Team
Jan 2 at 5:46
add a comment |
I've been working on an app recently but I ran into an annoying issue. None of the changes I've been making to my storyboard have been reflected on my iPhone (which is being used instead of the simulator).
I've already tried a lot of things such as cleaning the build folder, deleting provisioning profiles, deleting the app on my phone and rebooting it, etc. Any ideas on what else I could do to fix it, or what's causing all of this?
Thanks
(Sorry if it sounds a bit unclear, I just have a hard time describing it)
ios xcode storyboard
I've been working on an app recently but I ran into an annoying issue. None of the changes I've been making to my storyboard have been reflected on my iPhone (which is being used instead of the simulator).
I've already tried a lot of things such as cleaning the build folder, deleting provisioning profiles, deleting the app on my phone and rebooting it, etc. Any ideas on what else I could do to fix it, or what's causing all of this?
Thanks
(Sorry if it sounds a bit unclear, I just have a hard time describing it)
ios xcode storyboard
ios xcode storyboard
edited Jan 2 at 3:28
rmaddy
243k27321383
243k27321383
asked Jan 2 at 3:27
SakunSakun
82
82
I think there will be some custom lib or any kind of control that is having a custom class like your text field or your button have custom class and it's having problem to update frames so that could be an issue and if you remove it, It will work well check your recent designed screens only.
– iOS Team
Jan 2 at 5:46
add a comment |
I think there will be some custom lib or any kind of control that is having a custom class like your text field or your button have custom class and it's having problem to update frames so that could be an issue and if you remove it, It will work well check your recent designed screens only.
– iOS Team
Jan 2 at 5:46
I think there will be some custom lib or any kind of control that is having a custom class like your text field or your button have custom class and it's having problem to update frames so that could be an issue and if you remove it, It will work well check your recent designed screens only.
– iOS Team
Jan 2 at 5:46
I think there will be some custom lib or any kind of control that is having a custom class like your text field or your button have custom class and it's having problem to update frames so that could be an issue and if you remove it, It will work well check your recent designed screens only.
– iOS Team
Jan 2 at 5:46
add a comment |
2 Answers
2
active
oldest
votes
There could be a myriad of reasons why this could be happening, some of which can be indeterministic in nature.
I'll just list a few fixes down, although some of these you've already tried.
- Clean and rebuild.
- Quit xCode, delete
derived data
folder. Deploy again. - Delete the app from your device.
- The storboard that you are making changes to, is not the one that is being used in the app.
I think the last one might be related to you. (or whatever changes that you are making, get overwritten by something other code in the app.)
1
Damn I did everything on your list except clear my derived data folder, turns out that was the solution after all! Thank you!
– Sakun
Jan 2 at 15:05
Glad that fixed it. :)
– S Shahid
Jan 3 at 1:44
Damn it, it fixed it for a second and now it went back to what it was doing before. Clearing the Derived Data folder doesn't seem to be doing anything anymore :(
– Sakun
Jan 3 at 2:23
add a comment |
As mentioned answer above is correct,
However, The main reason of occurring these issues is of cache memory. As we work and manage lots of things via xcode. Xcode manage all their stuff, so after lot of working there are some cases happened(like: internal source engine crashed for some reason) when our changes are not reflected in the form of output and the reason is made because of cache and derived data are recalled. As mentioned the steps, these will again reset and clear the cache and on working with xcode editor your work will reflected correctly.
It will be a best practice to delete all your derived data and module cache once in a week so there will be no issue occurred during your critical workload.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54000897%2fwhy-are-the-changes-i-make-in-my-storyboard-xcode-not-being-reflected-on-my-ap%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
There could be a myriad of reasons why this could be happening, some of which can be indeterministic in nature.
I'll just list a few fixes down, although some of these you've already tried.
- Clean and rebuild.
- Quit xCode, delete
derived data
folder. Deploy again. - Delete the app from your device.
- The storboard that you are making changes to, is not the one that is being used in the app.
I think the last one might be related to you. (or whatever changes that you are making, get overwritten by something other code in the app.)
1
Damn I did everything on your list except clear my derived data folder, turns out that was the solution after all! Thank you!
– Sakun
Jan 2 at 15:05
Glad that fixed it. :)
– S Shahid
Jan 3 at 1:44
Damn it, it fixed it for a second and now it went back to what it was doing before. Clearing the Derived Data folder doesn't seem to be doing anything anymore :(
– Sakun
Jan 3 at 2:23
add a comment |
There could be a myriad of reasons why this could be happening, some of which can be indeterministic in nature.
I'll just list a few fixes down, although some of these you've already tried.
- Clean and rebuild.
- Quit xCode, delete
derived data
folder. Deploy again. - Delete the app from your device.
- The storboard that you are making changes to, is not the one that is being used in the app.
I think the last one might be related to you. (or whatever changes that you are making, get overwritten by something other code in the app.)
1
Damn I did everything on your list except clear my derived data folder, turns out that was the solution after all! Thank you!
– Sakun
Jan 2 at 15:05
Glad that fixed it. :)
– S Shahid
Jan 3 at 1:44
Damn it, it fixed it for a second and now it went back to what it was doing before. Clearing the Derived Data folder doesn't seem to be doing anything anymore :(
– Sakun
Jan 3 at 2:23
add a comment |
There could be a myriad of reasons why this could be happening, some of which can be indeterministic in nature.
I'll just list a few fixes down, although some of these you've already tried.
- Clean and rebuild.
- Quit xCode, delete
derived data
folder. Deploy again. - Delete the app from your device.
- The storboard that you are making changes to, is not the one that is being used in the app.
I think the last one might be related to you. (or whatever changes that you are making, get overwritten by something other code in the app.)
There could be a myriad of reasons why this could be happening, some of which can be indeterministic in nature.
I'll just list a few fixes down, although some of these you've already tried.
- Clean and rebuild.
- Quit xCode, delete
derived data
folder. Deploy again. - Delete the app from your device.
- The storboard that you are making changes to, is not the one that is being used in the app.
I think the last one might be related to you. (or whatever changes that you are making, get overwritten by something other code in the app.)
answered Jan 2 at 3:37
S ShahidS Shahid
6,21983754
6,21983754
1
Damn I did everything on your list except clear my derived data folder, turns out that was the solution after all! Thank you!
– Sakun
Jan 2 at 15:05
Glad that fixed it. :)
– S Shahid
Jan 3 at 1:44
Damn it, it fixed it for a second and now it went back to what it was doing before. Clearing the Derived Data folder doesn't seem to be doing anything anymore :(
– Sakun
Jan 3 at 2:23
add a comment |
1
Damn I did everything on your list except clear my derived data folder, turns out that was the solution after all! Thank you!
– Sakun
Jan 2 at 15:05
Glad that fixed it. :)
– S Shahid
Jan 3 at 1:44
Damn it, it fixed it for a second and now it went back to what it was doing before. Clearing the Derived Data folder doesn't seem to be doing anything anymore :(
– Sakun
Jan 3 at 2:23
1
1
Damn I did everything on your list except clear my derived data folder, turns out that was the solution after all! Thank you!
– Sakun
Jan 2 at 15:05
Damn I did everything on your list except clear my derived data folder, turns out that was the solution after all! Thank you!
– Sakun
Jan 2 at 15:05
Glad that fixed it. :)
– S Shahid
Jan 3 at 1:44
Glad that fixed it. :)
– S Shahid
Jan 3 at 1:44
Damn it, it fixed it for a second and now it went back to what it was doing before. Clearing the Derived Data folder doesn't seem to be doing anything anymore :(
– Sakun
Jan 3 at 2:23
Damn it, it fixed it for a second and now it went back to what it was doing before. Clearing the Derived Data folder doesn't seem to be doing anything anymore :(
– Sakun
Jan 3 at 2:23
add a comment |
As mentioned answer above is correct,
However, The main reason of occurring these issues is of cache memory. As we work and manage lots of things via xcode. Xcode manage all their stuff, so after lot of working there are some cases happened(like: internal source engine crashed for some reason) when our changes are not reflected in the form of output and the reason is made because of cache and derived data are recalled. As mentioned the steps, these will again reset and clear the cache and on working with xcode editor your work will reflected correctly.
It will be a best practice to delete all your derived data and module cache once in a week so there will be no issue occurred during your critical workload.
add a comment |
As mentioned answer above is correct,
However, The main reason of occurring these issues is of cache memory. As we work and manage lots of things via xcode. Xcode manage all their stuff, so after lot of working there are some cases happened(like: internal source engine crashed for some reason) when our changes are not reflected in the form of output and the reason is made because of cache and derived data are recalled. As mentioned the steps, these will again reset and clear the cache and on working with xcode editor your work will reflected correctly.
It will be a best practice to delete all your derived data and module cache once in a week so there will be no issue occurred during your critical workload.
add a comment |
As mentioned answer above is correct,
However, The main reason of occurring these issues is of cache memory. As we work and manage lots of things via xcode. Xcode manage all their stuff, so after lot of working there are some cases happened(like: internal source engine crashed for some reason) when our changes are not reflected in the form of output and the reason is made because of cache and derived data are recalled. As mentioned the steps, these will again reset and clear the cache and on working with xcode editor your work will reflected correctly.
It will be a best practice to delete all your derived data and module cache once in a week so there will be no issue occurred during your critical workload.
As mentioned answer above is correct,
However, The main reason of occurring these issues is of cache memory. As we work and manage lots of things via xcode. Xcode manage all their stuff, so after lot of working there are some cases happened(like: internal source engine crashed for some reason) when our changes are not reflected in the form of output and the reason is made because of cache and derived data are recalled. As mentioned the steps, these will again reset and clear the cache and on working with xcode editor your work will reflected correctly.
It will be a best practice to delete all your derived data and module cache once in a week so there will be no issue occurred during your critical workload.
edited Jan 3 at 7:28
answered Jan 3 at 6:19
Gourav JoshiGourav Joshi
1,71021937
1,71021937
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54000897%2fwhy-are-the-changes-i-make-in-my-storyboard-xcode-not-being-reflected-on-my-ap%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
I think there will be some custom lib or any kind of control that is having a custom class like your text field or your button have custom class and it's having problem to update frames so that could be an issue and if you remove it, It will work well check your recent designed screens only.
– iOS Team
Jan 2 at 5:46