Skip to content
Discussion options

You must be logged in to vote

We generally recommend using the "SKIP_ZERO" technique to enable/disable Skip conditionally. This is a simple flag in the Package.swift that allows you to turn on and off the transpiler. You can see an example at https://github.com/skiptools/skipapp-hello/blob/main/Package.swift

With this technique, you can either turn Skip off by editing the value of the flag directly in the Package.swift file, or, if you want to do it on a per-process level, you can quit Xcode and then re-launch it with the environment set, like:

SKIP_ZERO=1 xed /path/to/Darwin/Project.xcodeproj

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants