thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

swift: command not found #505

Closed luni-moon closed 2 years ago

luni-moon commented 2 years ago

The image says it all: image

Also Swift is pretty outdated.

hg0428 commented 2 years ago

Swift is only available through running remotely. You have to press the run button

luni-moon commented 2 years ago

Swift is only available through running remotely. You have to press the run button

That doesn’t work in TestFlight builds. I tried already. Plus that’s not what I’m trying to do. I’m trying to create a Package.swift file.

hg0428 commented 2 years ago

Swift is only available through running remotely. You have to press the run button

That doesn’t work in TestFlight builds. I tried already. Plus that’s not what I’m trying to do. I’m trying to create a Package.swift file.

I don't think the ide has swift or a swift terminal command

bummoblizard commented 2 years ago

There isn’t a swift compiler available in Code App. Use Swift Playground for that.

On Thu, 30 Jun 2022 at 22:49, hg0428 @.***> wrote:

Swift is only available through running remotely. You have to press the run button

That doesn’t work in TestFlight builds. I tried already. Plus that’s not what I’m trying to do. I’m trying to create a Package.swift file.

I don't think the ide has swift or a swift terminal command

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/505#issuecomment-1171317005, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T2YCUVYV2D2CJKK5YJTVRWXWFANCNFSM5ZX5SX6Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

luni-moon commented 2 years ago

There isn’t a swift compiler available in Code App. Use Swift Playground for that.

On Thu, 30 Jun 2022 at 22:49, hg0428 @.***> wrote:

Swift is only available through running remotely. You have to press the run button

That doesn’t work in TestFlight builds. I tried already. Plus that’s not what I’m trying to do. I’m trying to create a Package.swift file.

I don't think the ide has swift or a swift terminal command

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/505#issuecomment-1171317005, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T2YCUVYV2D2CJKK5YJTVRWXWFANCNFSM5ZX5SX6Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Ok, thanks for the info (sorry for the late response)