Skip to content

Commit

Permalink
fix(devtools): add cmake dependence for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
lavnFan authored and ozonelmy committed Jul 13, 2022
1 parent 85a768c commit 00a96b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For iOS, we recommend to use iOS simulator when first try. However, you can chan
3. Choose a demo to build with `npm run buildexample [hippy-react-demo|hippy-vue-demo]`.

4. Install CocoaPods with `brew install cocoapods` and configure CocoaPods dependencies with `pod install` at `driver/js/examples/ios-demo` directory.
4. Install CocoaPods with `brew install cocoapods`, install cmake with `brew install cmake`, and then configure CocoaPods dependencies with `pod install` at `driver/js/examples/ios-demo` directory.

5. Start the Xcode and build the iOS app with `open driver/js/examples/ios-demo/HippyDemo.xcworkspace`.

Expand Down

0 comments on commit 00a96b5

Please sign in to comment.