skiptools / skipapp-showcase

Sample Skip app demonstrating SkipUI components for iOS and Android
https://skip.tools
GNU Lesser General Public License v3.0
24 stars 3 forks source link

Unable to run the Showcase app #1

Closed ekahannah closed 11 months ago

ekahannah commented 11 months ago

Hi,

I encountered this issue when running the 0.2.12 version of the app: Screenshot 2023-11-21 at 10 45 15 AM

I think this started from this Modernize project layout commit: 818cbb0c9f33971dcfd5e275a292a251fcd647ef

I had the similar problem here: https://github.com/skiptools/skipapp-databake/issues/1

Do you have any ideas to resolve the issue? Thanks!

marcprux commented 11 months ago

Did you have a previous version of the app checked out before that commit? Because the project structure changed: the new project is located in the Darwin/ folder, and your error message shows the top-level Showcase.xcodeproj file (which should no longer be available).

Can you try checking out a fresh version of the project and opening the project in the Darwin folder and let us know if the issue persists?

ekahannah commented 11 months ago

Hi @marcprux ,

Yes, I did have a previous version of the app checked out. Checking out the fresh version of the project did the trick.

Thanks!