Shopify: Themekit auto processing templates/customers after theme watch - shopify

I'm always get this error when using Shopify theme kit
enter image description here
Sometime it also process to upload all file in project to server. This cause conflict with other people working on it and make they lost their code.
I've tried to search the error but cant find the solution for it.
Does anyone else have the same problem as mine?
Please give me some advice,
thanks :)

Related

Vue 3 okta-vue auth

I'm migrating Vue2 to Vue3 and fix a lot of errors.
This error made me to stuck at the progress of migrating and I'm actually need help.
The Error:
enter image description here
While searching in google I have found that lines of code did the error:
enter image description here
And after understand why actually this happened, I recognized that plugin cannot compiled with Vue 3, but I really don't know how to solve this
Plugin:
enter image description here
Someone know how to migrate this part to Vue 3 syntax? or maybe someone know this error and can tell me what to do next?

I am trying to use Font Awesome icons with the Roxima theme - some will not upload

The theme connects with Font Awesome and I have been very successful with some icons and failed miserably on others. Roxima, which is widget-based has an area to input the icon name, not HTML. So for the puzzle piece, I inout fa-puzzle-piece and it shows on my website. Using the same method, I have tried to add chart-line, hiking, running, funnel-dollar without success. Any help would be appreciated.
I am not a technical wizard but I have been moving along changing my website to this new theme quite nicely until I ran into this glitch.
Thank you for any advice you can share.
Cheers!
Barbara

I cant edit my app description

I cant edit my app description in iTunes after submitting the app. It was showing a LOCK SYMBOL in the description place which is not editable. I have a small spelling mistakes. Can anyone help me please.
App descriptions are no longer editable once an app has been submitted. They used to be, but this changed with the latest updates to the App Store. You'll only be able to edit the description when you submit a new version of the app.
You can find more information about what fields you can edit here:
https://help.apple.com/itunes-connect/developer/#/devfc3066644

Application Validation gives an error

Im redy to upload an ios app to apstore. Im using xcode 5. After archiving when I try to validate the archive it gives this error. Please tell me how to solve this
This is the error that Im getting
And this how I set the background modes for audion in my info.plist file
Please help me...
Thanks
Please refer to this link,
https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW22
This contain information about different background modes keys.
Also you already included the audio playing mode in the first line, which is valid and the last one is not a background mode, so remove that one and it will work.
Also provide 120 by 120 px icon which is recommended.

How to get iTunes volume control widget?

Anyone know of a way to get a volume control widget similar to iTunes?
Not sure how close you'll get but the tutorial below shows how to apply custom themes via images to a UISlider. I haven't tried it yet but I was looking at it the other day.
http://www.applausible.com/blog/?p=250
I found it when browsing the site below which is also a good resource when trying to find controls
http://cocoacontrols.com/platforms/ios/controls
Hope that helps