Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.51k stars 1.1k forks source link

The example can to work. it show "'/System/Library/Frameworks/SkeletonView.framework/SkeletonView' (no such file)" errors #471

Closed qs991011 closed 2 years ago

qs991011 commented 2 years ago

thany you supply so Exciting project. My xcode is 13, and swift 5.

JacksonJang commented 2 years ago

I found this error message. This error is when running as a device.

The solution is following these steps.

step 1. open "iOS Example" project step 2. "Target" -> "General" step 3. change "Do not Embed" to "Embed & Sign" in "Frameworks, Libraies, and Embedded Content"

You can use it!

qs991011 commented 2 years ago

I found this error message. This error is when running as a device.

The solution is following these steps.

step 1. open "iOS Example" project step 2. "Target" -> "General" step 3. change "Do not Embed" to "Embed & Sign" in "Frameworks, Libraies, and Embedded Content"

You can use it!

yeah, it solve my problem. thank tou very mouch. I am so stupid.