Skip to content

Commit fc35d0c

Browse files
authored
Update README.md
ARCarMovement-Swift.h' file not found #7
1 parent cdfb123 commit fc35d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ For Objective-C Project:
3030
- Click on Build Settings
3131
- Find the Search bar and search for **Defines Module**.
3232
- Change the value to **Yes**.
33-
- In App delegate or where you want to import, add the following : **#import "ARCarMovement-Swift.h"**
33+
- In App delegate or where you want to import, add the following : **#import "ARCarMovement-Swift.h"** **NOTE:** #import "< Defined Module Name >-Swift.h"
3434

3535
Add the following import statement to your ViewController.h as follows:
3636

3737
```
38-
#import "ARCarMovement-Swift.h"
38+
#import "ARCarMovement-Swift.h" // NOTE: #import "<Your Defined Module Name>-Swift.h"
3939
```
4040

4141
Create a ARCarMovement property in ViewController.m:

0 commit comments

Comments
 (0)