0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Set Up Your Salesforce Mobile Developer Tools for Lightning Web Components

Posted at

Use Salesforce Mobile Developer Tools

I was having the same issue, what fixed it for me is specifying that I want the preview release in my scratch org definition file by adding:

"release": "preview"

Definition should be similar to:

{
  "orgName": "Demo company",
  "edition": "Developer",
  "release": "preview",
  "features": ["EnableSetPasswordInApi"],
  "settings": {
    "lightningExperienceSettings": {
      "enableS1DesktopEnabled": true,
      "enableLightningPreviewPref": true
    },
    "mobileSettings": {
      "enableS1EncryptedStoragePref2": false
    }
  }
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?