CUIThemeStore: No theme registered with id=0 on Watch Extension on device










2















When I try to execute my app on my Watch I get




AppExtension [framework]: CUIThemeStore: No theme registered with id=0




while the code rests on




lybsystem_platform_dlyb'_platform_memmove at line 23.




No error comes out instead when I execute the app on the simulator. The error seems to pop up between applicationDidFinishLaunching() and ApplicationDidBecomeActive().
If I try to have the execution progress, it ends for the better with:




Terminated due to memory issue.




I use Xcode10.1 with an iPhone XS with iOS 12.1 and watchOS 5.1.1.



How may I know better and fix the issue?










share|improve this question
























  • I'm running into the same item in my log on a react native based project on iPhone and iPad. Mine results in a white screen after the launch image goes away, but the home page still works (other than being all white). This ONLY happens in release scheme. If I change the scheme to debug, the issue goes away. Have you solved this @Fabrizio Bartolomucci?

    – mediaguru
    Dec 23 '18 at 0:40












  • I'm not sure the white screen is a result of this error or vice versa, or if they're related at all btw.

    – mediaguru
    Dec 23 '18 at 3:53











  • I have a Photo Editing Extension that was working at one time, but now is giving me the same error. For me it was related to accidentally removing an Media.assets library I had to create to have the extension work. While this probably isn't your issue, I was reminded of this while reading this SO question: stackoverflow.com/questions/52860566/…

    – dfd
    Jan 2 at 12:21











  • No way, I submitted the app as it is hoping the clients won't experience the problem.

    – Fabrizio Bartolomucci
    Jan 2 at 14:07















2















When I try to execute my app on my Watch I get




AppExtension [framework]: CUIThemeStore: No theme registered with id=0




while the code rests on




lybsystem_platform_dlyb'_platform_memmove at line 23.




No error comes out instead when I execute the app on the simulator. The error seems to pop up between applicationDidFinishLaunching() and ApplicationDidBecomeActive().
If I try to have the execution progress, it ends for the better with:




Terminated due to memory issue.




I use Xcode10.1 with an iPhone XS with iOS 12.1 and watchOS 5.1.1.



How may I know better and fix the issue?










share|improve this question
























  • I'm running into the same item in my log on a react native based project on iPhone and iPad. Mine results in a white screen after the launch image goes away, but the home page still works (other than being all white). This ONLY happens in release scheme. If I change the scheme to debug, the issue goes away. Have you solved this @Fabrizio Bartolomucci?

    – mediaguru
    Dec 23 '18 at 0:40












  • I'm not sure the white screen is a result of this error or vice versa, or if they're related at all btw.

    – mediaguru
    Dec 23 '18 at 3:53











  • I have a Photo Editing Extension that was working at one time, but now is giving me the same error. For me it was related to accidentally removing an Media.assets library I had to create to have the extension work. While this probably isn't your issue, I was reminded of this while reading this SO question: stackoverflow.com/questions/52860566/…

    – dfd
    Jan 2 at 12:21











  • No way, I submitted the app as it is hoping the clients won't experience the problem.

    – Fabrizio Bartolomucci
    Jan 2 at 14:07













2












2








2








When I try to execute my app on my Watch I get




AppExtension [framework]: CUIThemeStore: No theme registered with id=0




while the code rests on




lybsystem_platform_dlyb'_platform_memmove at line 23.




No error comes out instead when I execute the app on the simulator. The error seems to pop up between applicationDidFinishLaunching() and ApplicationDidBecomeActive().
If I try to have the execution progress, it ends for the better with:




Terminated due to memory issue.




I use Xcode10.1 with an iPhone XS with iOS 12.1 and watchOS 5.1.1.



How may I know better and fix the issue?










share|improve this question
















When I try to execute my app on my Watch I get




AppExtension [framework]: CUIThemeStore: No theme registered with id=0




while the code rests on




lybsystem_platform_dlyb'_platform_memmove at line 23.




No error comes out instead when I execute the app on the simulator. The error seems to pop up between applicationDidFinishLaunching() and ApplicationDidBecomeActive().
If I try to have the execution progress, it ends for the better with:




Terminated due to memory issue.




I use Xcode10.1 with an iPhone XS with iOS 12.1 and watchOS 5.1.1.



How may I know better and fix the issue?







swift watchkit apple-watch






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 15 '18 at 8:28







Fabrizio Bartolomucci

















asked Nov 14 '18 at 17:03









Fabrizio BartolomucciFabrizio Bartolomucci

2,58763553




2,58763553












  • I'm running into the same item in my log on a react native based project on iPhone and iPad. Mine results in a white screen after the launch image goes away, but the home page still works (other than being all white). This ONLY happens in release scheme. If I change the scheme to debug, the issue goes away. Have you solved this @Fabrizio Bartolomucci?

    – mediaguru
    Dec 23 '18 at 0:40












  • I'm not sure the white screen is a result of this error or vice versa, or if they're related at all btw.

    – mediaguru
    Dec 23 '18 at 3:53











  • I have a Photo Editing Extension that was working at one time, but now is giving me the same error. For me it was related to accidentally removing an Media.assets library I had to create to have the extension work. While this probably isn't your issue, I was reminded of this while reading this SO question: stackoverflow.com/questions/52860566/…

    – dfd
    Jan 2 at 12:21











  • No way, I submitted the app as it is hoping the clients won't experience the problem.

    – Fabrizio Bartolomucci
    Jan 2 at 14:07

















  • I'm running into the same item in my log on a react native based project on iPhone and iPad. Mine results in a white screen after the launch image goes away, but the home page still works (other than being all white). This ONLY happens in release scheme. If I change the scheme to debug, the issue goes away. Have you solved this @Fabrizio Bartolomucci?

    – mediaguru
    Dec 23 '18 at 0:40












  • I'm not sure the white screen is a result of this error or vice versa, or if they're related at all btw.

    – mediaguru
    Dec 23 '18 at 3:53











  • I have a Photo Editing Extension that was working at one time, but now is giving me the same error. For me it was related to accidentally removing an Media.assets library I had to create to have the extension work. While this probably isn't your issue, I was reminded of this while reading this SO question: stackoverflow.com/questions/52860566/…

    – dfd
    Jan 2 at 12:21











  • No way, I submitted the app as it is hoping the clients won't experience the problem.

    – Fabrizio Bartolomucci
    Jan 2 at 14:07
















I'm running into the same item in my log on a react native based project on iPhone and iPad. Mine results in a white screen after the launch image goes away, but the home page still works (other than being all white). This ONLY happens in release scheme. If I change the scheme to debug, the issue goes away. Have you solved this @Fabrizio Bartolomucci?

– mediaguru
Dec 23 '18 at 0:40






I'm running into the same item in my log on a react native based project on iPhone and iPad. Mine results in a white screen after the launch image goes away, but the home page still works (other than being all white). This ONLY happens in release scheme. If I change the scheme to debug, the issue goes away. Have you solved this @Fabrizio Bartolomucci?

– mediaguru
Dec 23 '18 at 0:40














I'm not sure the white screen is a result of this error or vice versa, or if they're related at all btw.

– mediaguru
Dec 23 '18 at 3:53





I'm not sure the white screen is a result of this error or vice versa, or if they're related at all btw.

– mediaguru
Dec 23 '18 at 3:53













I have a Photo Editing Extension that was working at one time, but now is giving me the same error. For me it was related to accidentally removing an Media.assets library I had to create to have the extension work. While this probably isn't your issue, I was reminded of this while reading this SO question: stackoverflow.com/questions/52860566/…

– dfd
Jan 2 at 12:21





I have a Photo Editing Extension that was working at one time, but now is giving me the same error. For me it was related to accidentally removing an Media.assets library I had to create to have the extension work. While this probably isn't your issue, I was reminded of this while reading this SO question: stackoverflow.com/questions/52860566/…

– dfd
Jan 2 at 12:21













No way, I submitted the app as it is hoping the clients won't experience the problem.

– Fabrizio Bartolomucci
Jan 2 at 14:07





No way, I submitted the app as it is hoping the clients won't experience the problem.

– Fabrizio Bartolomucci
Jan 2 at 14:07












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%2f53305343%2fcuithemestore-no-theme-registered-with-id-0-on-watch-extension-on-device%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%2f53305343%2fcuithemestore-no-theme-registered-with-id-0-on-watch-extension-on-device%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







這個網誌中的熱門文章

Barbados

How to read a connectionString WITH PROVIDER in .NET Core?

Node.js Script on GitHub Pages or Amazon S3