You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ For Objective-C Project:
30
30
- Click on Build Settings
31
31
- Find the Search bar and search for **Defines Module**.
32
32
- 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"
34
34
35
35
Add the following import statement to your ViewController.h as follows:
36
36
37
37
```
38
-
#import "ARCarMovement-Swift.h"
38
+
#import "ARCarMovement-Swift.h" // NOTE: #import "<Your Defined Module Name>-Swift.h"
39
39
```
40
40
41
41
Create a ARCarMovement property in ViewController.m:
0 commit comments