triniwiz / triniwiz/nativescript-plugins
[IOS] Image cache it : SDAnimatedImageView is not defined
Open
Nobody has claimed this yet.
bug
- Dominant language
- C
- Stars
- 87
- Forks
- 57
- Avg merge
- 1h 36m
- Merged PRs (30d)
- 4
Description
@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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the createNativeView entry point shown in the stack trace and trace how SDAnimatedImageView is referenced in the iOS image-cache integration. Reproduce the failure on a real device and verify that the image view is defined and the cache-related screen loads without the uncaught ReferenceError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100