This pod contains the ARCore SDK for iOS.
ARCore requires a deployment target that is >= 11.0. Also, you must be building
with at least version 15.0 of the iOS SDK. ARCore binaries no longer contain
bitcode, which is deprecated with Xcode 14, so if you are building with Xcode 13
then you must disable bitcode for your project. ARCore can alternatively be
installed via Swift Package Manager, see
https://developers.google.com/ar/develop/ios/enable-arcore for details.
To integrate ARCore SDK for iOS into your Xcode project using CocoaPods, specify
it in your Podfile
:
target 'YOUR_APPLICATION_TARGET_NAME_HERE'
platform :ios, '11.0'
pod 'ARCore/SUBSPEC_NAME_HERE' ~> VERSION_HERE
Then, run the following command:
$ pod install
Before you can start using the ARCore Cloud Anchors API or the ARCore Geospatial
API, you will need to create a project in the
Google Developer Console and enable
the ARCore API.
By using the ARCore SDK for iOS you accept Google's ARCore Additional Terms of
Service at
https://developers.google.com/ar/develop/terms