Skip to content

hlefe/ARCoreNanoPbUpdated

 
 

Repository files navigation

ARCore SDK for iOS

This pod contains the ARCore SDK for iOS.

Getting Started

Installation

ARCore requires a deployment target that is >= 12.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.

Using CocoaPods

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, '12.0'
pod 'ARCore/SUBSPEC_NAME_HERE' ~> VERSION_HERE

Then, run the following command:

$ pod install

Additional Steps

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.

License and Terms of Service

By using the ARCore SDK for iOS you accept Google's ARCore Additional Terms of Service at https://developers.google.com/ar/develop/terms

About

Custom ARCore SDK with updated nanopb dependency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 95.2%
  • Ruby 1.8%
  • C 1.6%
  • Swift 1.4%