skiptools / skip

Skip transpiler for creating SwiftUI apps for iOS and Android

Home Page:https://skip.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running skip checkup

ekahannah opened this issue · comments

I tried running brew install skiptools/skip/skip and it installed successfully but when I run skip checkup, issue occured.

Please see logs when running skip checkup -v

xcodebuild: error: The project named "HelloSkip" does not contain a scheme named "HelloSkipApp". The "-list" option can be used to find the names of the schemes in the project. [✗] Archive iOS ipa (16.93s) Error: The file “Payload” doesn’t exist.

09_28_08

09_29_02

Xcode 15.0.1
iOS 17.0 is downloaded

Hi,
The issue was already resolved once i update Skip to 0.7.24,
Just make sure that you have the latest brew ( you may update it by calling brew update)
and then call skip upgrade. After which, when you do skip checkup it will work fine

Screenshot 2023-11-14 at 11 43 02 AM