You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks, just getting started and running into the issue following the readme.
Imported extensions successfully (seeing the commands in raycast)
Trying to build the extension running into following issue:
$ cd "/tmp/extensions-swift-sample" && npm run dev
> dev
> ray develop
info - entry points [src/noArgumentsNoReturn.tsx src/multipleArguments.tsx src/arrayArguments.tsx src/delayedExecution.tsx src/returnClass.tsx src/errorAsString.tsx src/errorAsEnum.tsx src/optionals.tsx]
error - compiling swift package
build failed (src/optionals.tsx:3:26 import { optionals } from "swift:../swift";): Cannot find Swift sources directory: ../../private/tmp/extensions-swift-sample/swift/Sources
is there an additional step I am missing? (the folder referenced in the error message is actually present on the disk, tho not 100% sure about the relative path tbf)
Update: checking out again and running
$ npm install
$ npm run dev
> dev
> ray develop
info - entry points [src/noArgumentsNoReturn.tsx src/multipleArguments.tsx src/arrayArguments.tsx src/delayedExecution.tsx src/returnClass.tsx src/errorAsString.tsx src/errorAsEnum.tsx src/optionals.tsx]
error - compiling swift package
build failed (src/delayedExecution.tsx:3:32 import { delayedGreeting } from "swift:../swift";): Cannot find Swift sources directory: ../../private/tmp/extensions-swift-sample/swift/Sources
worked, will re-open the issue if I see it again
The text was updated successfully, but these errors were encountered:
Hey folks, just getting started and running into the issue following the readme.
Imported extensions successfully (seeing the commands in raycast)
Trying to build the extension running into following issue:
is there an additional step I am missing? (the folder referenced in the error message is actually present on the disk, tho not 100% sure about the relative path tbf)
Update: checking out again and running
worked, will re-open the issue if I see it againThe text was updated successfully, but these errors were encountered: