I'm using a Tuist framework to modularize my Swift project code, and I've found that even though I've been able to add the skeleton view properly and even able to access its properties and methods, however on runtime it crashes and throws an error.
What type of issue is this? (place an x in one of the [ ])
[x ] bug
[ ] enhancement (feature request)
[ x] question
[ ] documentation related
[ ] discussion
Requirements (place an x in each of the [ ])
[x ] I've read and understood the Contributing guidelines and have done my best effort to follow them.
now expected behavior is it should show the skeleton and hide it after 5sec (added delay for testing)
NOTE: this works fine if I add SkeletonView as a package dependency separately, not using Tuist
Actual result:
But it is throwing an error attached to the image below
Description
I'm using a Tuist framework to modularize my Swift project code, and I've found that even though I've been able to add the skeleton view properly and even able to access its properties and methods, however on runtime it crashes and throws an error.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
SkeletonView Environment:
SkeletonView version: 1.31.0 Xcode version: 15.0 Swift version: 5.9
Steps to reproduce:
Please replace this with the steps to reproduce the behavior.
isSkeletonable
property and set it totrue
viewDidAppear
I've added this code:Expected result:
now expected behavior is it should show the skeleton and hide it after 5sec (added delay for testing) NOTE: this works fine if I add
SkeletonView
as a package dependency separately, not using TuistActual result:
But it is throwing an error attached to the image below
Attachments: