Skip to content

Commit 0625fa4

Browse files
sagivozxcpoiu
authored andcommitted
Add info about how to setup swift version (#55)
1 parent e98d670 commit 0625fa4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ please do it step by step carefully :pray: :
103103
#### Setup Objective-C Bridging Header:
104104
1. click your `project's xcodeproject root`, go to `build setting` and search `Objective-C Bridging Header`
105105
2. set you header location, the default path is: `ReactNativeProjectRoot/ios/`,
106-
in this case, you should set `../node_modules/react-native-incall-manager/ios/RNInCallManager/RNInCallManager-Bridging-Header.h`
106+
in this case, you should set `../node_modules/react-native-incall-manager/ios/RNInCallManager/RNInCallManager-Bridging-Header.h`
107+
108+
### Swift:
109+
Make sure you set swift version to `3.2`: ![swift](https://i.imgur.com/lYubEVt.png)
110+
107111
108112
#### Clean project if messed up:
109113
The installation steps are a bit complex, it might related your xcode version, xcode cache, converting swift version, and your own path configurations. if something messed up, please folow steps below to clean this project, then do it again steps by steps.

0 commit comments

Comments
 (0)