We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b545a3a commit 52703c2Copy full SHA for 52703c2
README.md
@@ -386,9 +386,10 @@ main = do
386
main run loop. Use `Control.Concurrent.forkIO` before calling
387
`runNSApplication` to run other tasks as needed.
388
389
-Run `stack build`, and build and run the `SwiftHaskell` app
390
-target in Xcode to launch the app and see the default window
391
-from `MainMenu.xib`:
+Build the `SwiftHaskellLibrary` framework in Xcode, then `stack
+build`, and then finally build and run the `SwiftHaskell`
+app target to launch the app and see the default window from
392
+`MainMenu.xib`:
393
394

395
0 commit comments