Skip to content

Commit 52703c2

Browse files
committed
Need to build the framework after adding runNSApplication
1 parent b545a3a commit 52703c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,10 @@ main = do
386386
main run loop. Use `Control.Concurrent.forkIO` before calling
387387
`runNSApplication` to run other tasks as needed.
388388

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`:
389+
Build the `SwiftHaskellLibrary` framework in Xcode, then `stack
390+
build`, and then finally build and run the `SwiftHaskell`
391+
app target to launch the app and see the default window from
392+
`MainMenu.xib`:
392393

393394
![A blank window](tutorial/empty-app.png)
394395

0 commit comments

Comments
 (0)