-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I'm interested in building the sample iOS app that has some videos posted, but I'm not clear on how to reproduce those results. A couple specific questions. Thanks in advance for your help.
What exactly do these instructions build? Is this building an iOS framework or the sample application?
xrslam/docs/en/installation.md
Lines 64 to 72 in ed21fef
| ### iOS | |
| - In XRPrimer, run `./build-ios.sh` to configure some common dependencies. | |
| - In XRSLAM, run `./build-ios.sh` to generate the XCode project using cmake. | |
| + If it is the first time to run its iOS version, `build-ios.conf` will be automatically generated, you need to assign the `IOS_DEVELOPMENT_TEAM` with your own development id, then run `./build-ios.sh` again to generate the xcode project. | |
| + It will cost about several minutes (Apple M1 Pro). Then the XCode project `xrslam-superbuild` will be automatically open. if not, you can also open this Xcode project manually by the path `project_path/build/iOS/xrslam-superbuild.xcodeproj` | |
| - The target `xrslam-ios-visulaizer` is what you need to download to the iPhone, and an APP named `XRSLAM` will start automatically. | |
| + Be sure that your iPhone is supported by checking the [supported devices list](./supported_devices.md) | |
| + If the project failed to build in Xcode, try to clean the build folder using `cmd+shift+k` |
Is this line up-to-date? I don't see a build-ios.sh script in the primer repository.
xrslam/docs/en/installation.md
Line 66 in ed21fef
| - In XRPrimer, run `./build-ios.sh` to configure some common dependencies. |
Metadata
Metadata
Assignees
Labels
No labels