[ERROR] This tag could not be resolved to an ActionScript class. It will be ignored.
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
Error "This tag could not be resolved to an ActionScript class. It will be ignored."
It prevents build. No HTML output files generated.
VSCode: v1.43.1
Royale SDK (JS Only): v0.9.6
Actionscript & MXML Extension: v1.1.1
Same code and config files that the other multiple times I've decided to try Royale...
**src/Main.xml:**
```
```
**launch.json:**
```
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"file": "${workspaceRoot}/bin/js-debug/index.html"
}
]
}
```
**tasks.json:**
```
{
"version": "2.0.0",
"tasks": [
{
"type": "actionscript",
"debug": true,
"group": {
"kind": "build",
"isDefault": true
},
"label": "debug"
}
]
}
```
**asconfig.json:**
```
{
"compilerOptions": {
"source-map": true,
"targets": [
"JSRoyale"
]
},
"files": [
"src/Main.mxml"
]
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the build with src/Main.mxml, asconfig.json, and the ActionScript task in tasks.json, then compare the source filename and XML namespaces shown in the issue. Trace where the unresolved-tag error is emitted and verify the build produces bin/js-debug/index.html as configured in launch.json.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100