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 0df6044 commit 1389df8Copy full SHA for 1389df8
README.md
@@ -226,15 +226,15 @@ class IOSGithubSearchViewModel: ObservableObject {
226
```
227
./GithubSearchKMM/iosApp/iosApp/ContentView.swift:4:8: No such module 'sharedSwift'
228
229
- You can run `sh scripts/run_ios.sh` again and run the following commands:
+ You can run the following commands (must select `Read from disk` inside Xcode):
230
```shell
231
# go to iosApp directory
232
cd iosApp
233
234
# install pods
235
pod install
236
237
- Then, you can build and run inside XCode as usual.
+ Then, you can build and run inside Xcode as usual.
238
239
# LOC
240
0 commit comments