XCF framework binary file

Last Updated: Dec 4, 2024

Overview

The iOS development team needs the XCFramework binary file from Auth0 to integrate into their project.

NOTE: The SDK code base uses old language, which prevents the usage of swift package manager.

Applies To

  • XCFramework
  • SDK
  • Swift

Solution

Auth0 does not provide binaries. You could compile and build the XCFramework yourself. Depending on the package manager you are using.

  • If using Carthage with the --use-xcframeworks flag, the dependencies should be built as XCFrameworks.
  • If using Cocoapods, do not do anything because Cocoapods takes care of building a separate project with all dependencies.
  • If you do not use a package manager, the XCFramework can be built.

NOTE: The SDK code base uses an old language, which prevents the use of the Swift package manager.

The SDK supports the Swift package manager since Auth0.swift 2.0 is 100% swift.

1 Like