Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crash after start #26

Closed
jibon57 opened this issue Jan 29, 2020 · 6 comments
Closed

App crash after start #26

jibon57 opened this issue Jan 29, 2020 · 6 comments
Assignees
Labels
bug Something isn't working ready for test

Comments

@jibon57
Copy link

jibon57 commented Jan 29, 2020

Hello,

I am trying 6.5.0-beta.2-v8-2020-01-29-122856-01 version for my APP. I am getting following problem

Screen Shot 2020-01-29 at 6 48 59 PM

  "dependencies": {
    "@angular/animations": "~8.2.0",
    "@angular/common": "~8.2.0",
    "@angular/compiler": "~8.2.0",
    "@angular/core": "~8.2.0",
    "@angular/forms": "~8.2.0",
    "@angular/platform-browser": "~8.2.0",
    "@angular/platform-browser-dynamic": "~8.2.0",
    "@angular/router": "~8.2.0",
    "@ngneat/transloco": "^2.12.4",
    "@nota/nativescript-webview-ext": "^6.2.1",
    "@nstudio/nativescript-cardview": "^1.0.0",
    "moment": "^2.24.0",
    "nativescript-angular": "^8.20.4",
    "nativescript-audio": "^5.0.5",
    "nativescript-braintree": "^2.0.7",
    "nativescript-carousel": "^6.1.1",
    "nativescript-cfalert-dialog": "^1.0.15",
    "nativescript-clipboard": "~1.2.0",
    "nativescript-image-cache-it": "^5.0.0-alpha.3",
    "nativescript-md5": "^1.0.1",
    "nativescript-pdf-view": "^2.1.0",
    "nativescript-plugin-firebase": "^10.3.3",
    "nativescript-secure-storage": "^2.6.0",
    "nativescript-simple-libsodium": "^1.0.6",
    "nativescript-social-share": "^1.6.0",
    "nativescript-sqlite": "^2.3.3",
    "nativescript-theme-core": "1.0.6",
    "nativescript-toasty": "^2.0.1",
    "nativescript-ui-calendar": "^6.0.0",
    "nativescript-ui-listview": "^8.0.1",
    "nativescript-videoplayer": "^4.2.1",
    "reflect-metadata": "~0.1.13",
    "rxjs": "^6.4.0",
    "tns-core-modules": "^6.3.2",
    "zone.js": "^0.9.1"
@darind
Copy link
Collaborator

darind commented Jan 29, 2020

@jibon57, can you share some sample app illustrating the crash?

@jibon57
Copy link
Author

jibon57 commented Jan 29, 2020

@darind thanks for reply. I think it's happening for nativescript-image-cache-it plugin.

 <ImageCacheIt class="img" height="300" stretch="aspectFit"
                                                        *ngIf="item.img" row="0" src="{{item.img}}"></ImageCacheIt>

If I am using regular Image then it's working fine.

@darind
Copy link
Collaborator

darind commented Jan 29, 2020

@jibon57, thanks for the update! I will try to reproduce the crash and will share my findings once I have some information.

@darind darind self-assigned this Jan 29, 2020
@darind
Copy link
Collaborator

darind commented Jan 30, 2020

@jibon57, I have managed to reproduce the crash and I am be working on a fix. I will let you know once we release it.

@darind darind added the bug Something isn't working label Jan 30, 2020
@darind
Copy link
Collaborator

darind commented Jan 31, 2020

@jibon57, we have released a fix for this crash. Could you please try re-adding the ios platform from the latest beta-v8 tag and see if it resolves the issue in your application?

@jibon57
Copy link
Author

jibon57 commented Jan 31, 2020

@darind thanks a lot :) working perfectly :)

@jibon57 jibon57 closed this as completed Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready for test
Projects
None yet
Development

No branches or pull requests

2 participants