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

[IOS] Image cache it : SDAnimatedImageView is not defined #193

Open
kefahB opened this issue Mar 27, 2024 · 4 comments
Open

[IOS] Image cache it : SDAnimatedImageView is not defined #193

kefahB opened this issue Mar 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@kefahB
Copy link
Contributor

kefahB commented Mar 27, 2024

@triniwiz , this occur on real device only!!!

Uncaught ReferenceError: SDAnimatedImageView is not defined
 at 
	createNativeView(file:///app/vendor.js:68193:28)
	at _setupUI(file:///app/vendor.js:30691:31)
	at (file:///app/vendor.js:30704:19)
	at eachChildView(file:///app/vendor.js:42250:28)
	at eachChild(file:///app/vendor.js:32948:14)
	at _setupUI(file:///app/vendor.js:30703:14)
	at (file:///app/vendor.js:30704:19)
	at eachChildView(file:///app/vendor.js:42250:28)
	at eachChild(file:///app/vendor.js:32948:14)
	at _setupUI(file:///app/vendor.js:30703:14)
	at (file:///app/vendor.js:30704:19)
	at eachChildView(file:///app/vendor.js:27696:13)
	at eachChild(file:///app/vendor.js:32948:14)
	at _setupUI(file:///app/vendor.js:30703:14)
	at (file:///app/vendor.js:30704:19)
	at eachChildView(file:///app/vendor.js:42250:28)
	at eachChild(file:///app/vendor.js:32948:14)
	at _setupUI(file:///app/vendor.js:30703:14)
	at (file:///app/vendor.js:30704:19)
	at eachChildView(file:///app/vendor.js:27696:13)
	at eachChildView(file:///app/vendor.js:45017:15)
	at eachChild(file:///app/vendor.js:32948:14)
	at _setupUI(file:///app/vendor.js:30703:14)
	at _addViewCore(file:///app/vendor.js:30550:18)
	at _addView(file:///app/vendor.js:30538:14)
	at UIViewControllerImpl.viewWillAppear(file:///app/vendor.js:44403:27)
', reason: '(null)'
*** First throw call stack:
(0x1addfe678 0x1a60a7c80 0x103e33d38 0x1038ecf50 0x1038eeb34 0x1038fefec 0x1038feba0 0x1add48f9c 0x1add45ca8 0x1add453f8 0x1f12fb4f8 0x1b016b8a0 0x1b016aedc 0x103e40044 0x103e3e710 0x103e25e4c 0x103df511c 0x103e2f740 0x10094027c 0x1d0aaedcc)
libc++abi: terminating due to uncaught exception of type NSException
@triniwiz triniwiz added the bug Something isn't working label Apr 2, 2024
@justinbeatz
Copy link

Is there any news about this issue, I also have the same error.

@kefahB
Copy link
Contributor Author

kefahB commented Apr 11, 2024

Not yet, use nativescript-community/image instead it cache image by default

@nikoTM
Copy link

nikoTM commented Apr 29, 2024

NativeScript/ios@0d52056

This solution provided by @triniwiz in the NativeScript discord worked for me as a temporary workaround (manually editing the python files locally) until it makes into the release.

@imperatormk
Copy link

@triniwiz Please make this happen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants