Skip to content

Comments

Fixed asset warnings mentioned in #4566#4567

Open
shai-almog wants to merge 1 commit intomasterfrom
ios-native-build-warning-fixes
Open

Fixed asset warnings mentioned in #4566#4567
shai-almog wants to merge 1 commit intomasterfrom
ios-native-build-warning-fixes

Conversation

@shai-almog
Copy link
Collaborator

  1. [asset-catalog] (41)

    Example:
    /Users/shai/dev/cn1/scripts/hellocodenameone/ios/target/hellocodenameone-ios-1.0-SNAPSHOT-ios-source/HelloCodenameOne-src/Images.xcassets:./AppIcon.appiconset/(null)[2d][Icon.png]: warning: The app icon set "AppIcon" has 3 unassigned children.
    Initial root-cause analysis:
    The generated Images.xcassets references icon/launch-image slots whose files are missing or unmapped in Contents.json.
    This is likely due to legacy launch-image/icon templates being emitted without matching assets for all size idioms.

1) [asset-catalog] (41)

    Example:
        /Users/shai/dev/cn1/scripts/hellocodenameone/ios/target/hellocodenameone-ios-1.0-SNAPSHOT-ios-source/HelloCodenameOne-src/Images.xcassets:./AppIcon.appiconset/(null)[2d][Icon.png]: warning: The app icon set "AppIcon" has 3 unassigned children.
    Initial root-cause analysis:
        The generated Images.xcassets references icon/launch-image slots whose files are missing or unmapped in Contents.json.
        This is likely due to legacy launch-image/icon templates being emitted without matching assets for all size idioms.
@github-actions
Copy link

✅ Continuous Quality Report

Test & Coverage

Static Analysis

Generated automatically by the PR CI workflow.

@shai-almog
Copy link
Collaborator Author

shai-almog commented Feb 23, 2026

Compared 31 screenshots: 31 matched.

Native Android coverage

  • 📊 Line coverage: 7.22% (3671/50828 lines covered) [HTML preview] (artifact android-coverage-report, jacocoAndroidReport/html/index.html)
    • Other counters: instruction 5.63% (17997/319860), branch 2.72% (845/31109), complexity 3.36% (1000/29734), method 5.94% (822/13848), class 9.73% (178/1829)
    • Lowest covered classes
      • kotlin.collections.kotlin.collections.ArraysKt___ArraysKt – 0.00% (0/6327 lines covered)
      • kotlin.collections.unsigned.kotlin.collections.unsigned.UArraysKt___UArraysKt – 0.00% (0/2384 lines covered)
      • org.jacoco.agent.rt.internal_b6258fc.asm.org.jacoco.agent.rt.internal_b6258fc.asm.ClassReader – 0.00% (0/1519 lines covered)
      • kotlin.collections.kotlin.collections.CollectionsKt___CollectionsKt – 0.00% (0/1148 lines covered)
      • org.jacoco.agent.rt.internal_b6258fc.asm.org.jacoco.agent.rt.internal_b6258fc.asm.MethodWriter – 0.00% (0/923 lines covered)
      • kotlin.sequences.kotlin.sequences.SequencesKt___SequencesKt – 0.00% (0/712 lines covered)
      • kotlin.text.kotlin.text.StringsKt___StringsKt – 0.00% (0/623 lines covered)
      • org.jacoco.agent.rt.internal_b6258fc.asm.org.jacoco.agent.rt.internal_b6258fc.asm.Frame – 0.00% (0/564 lines covered)
      • kotlin.collections.kotlin.collections.ArraysKt___ArraysJvmKt – 0.00% (0/495 lines covered)
      • kotlinx.coroutines.kotlinx.coroutines.JobSupport – 0.00% (0/423 lines covered)

✅ Native Android screenshot tests passed.

Native Android coverage

  • 📊 Line coverage: 7.22% (3671/50828 lines covered) [HTML preview] (artifact android-coverage-report, jacocoAndroidReport/html/index.html)
    • Other counters: instruction 5.63% (17997/319860), branch 2.72% (845/31109), complexity 3.36% (1000/29734), method 5.94% (822/13848), class 9.73% (178/1829)
    • Lowest covered classes
      • kotlin.collections.kotlin.collections.ArraysKt___ArraysKt – 0.00% (0/6327 lines covered)
      • kotlin.collections.unsigned.kotlin.collections.unsigned.UArraysKt___UArraysKt – 0.00% (0/2384 lines covered)
      • org.jacoco.agent.rt.internal_b6258fc.asm.org.jacoco.agent.rt.internal_b6258fc.asm.ClassReader – 0.00% (0/1519 lines covered)
      • kotlin.collections.kotlin.collections.CollectionsKt___CollectionsKt – 0.00% (0/1148 lines covered)
      • org.jacoco.agent.rt.internal_b6258fc.asm.org.jacoco.agent.rt.internal_b6258fc.asm.MethodWriter – 0.00% (0/923 lines covered)
      • kotlin.sequences.kotlin.sequences.SequencesKt___SequencesKt – 0.00% (0/712 lines covered)
      • kotlin.text.kotlin.text.StringsKt___StringsKt – 0.00% (0/623 lines covered)
      • org.jacoco.agent.rt.internal_b6258fc.asm.org.jacoco.agent.rt.internal_b6258fc.asm.Frame – 0.00% (0/564 lines covered)
      • kotlin.collections.kotlin.collections.ArraysKt___ArraysJvmKt – 0.00% (0/495 lines covered)
      • kotlinx.coroutines.kotlinx.coroutines.JobSupport – 0.00% (0/423 lines covered)

@shai-almog
Copy link
Collaborator Author

shai-almog commented Feb 23, 2026

Compared 31 screenshots: 31 matched.
✅ Native iOS screenshot tests passed.

Benchmark Results

  • VM Translation Time: 293 seconds
  • Compilation Time: 183 seconds

Detailed Performance Metrics

Metric Duration
Build Time Statistics
Setup & Unzip 24000 ms
Extract Extensions 14 ms
Google Services Setup 2 ms
Scan Classes 555 ms
Extract Libs 985 ms
Inject Build Hints 35 ms
Generate Unit Tests 2 ms
Generate Stubs 1038 ms
Compile Stubs 2112 ms
Generate Icons 1033 ms
Prepare ParparVM 189 ms
ParparVM Execution 181061 ms
Post-VM Setup 209 ms
CocoaPods 4076 ms
Finalize 35 ms
Total Time 215348 msMaven Overhead : 78000 ms
CocoaPods Install (Script) 1000 ms
Simulator Boot 68000 ms
Simulator Boot (Run) 3000 ms
App Install 16000 ms
App Launch 10000 ms
Test Execution 144000 ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant