CocoaPods / CocoaPods

The Cocoa Dependency Manager.

Home Page:https://cocoapods.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to write podspec to support loading RealityKit packages

jl0920 opened this issue · comments

I've read and understood the [CONTRIBUTING guidelines and have done my best effort to follow]

Report

What did you do?

pod --version 1.15.2

I created an SDK through pod lib create A,

The SDKA hopes to include a RealityKit Package for visionOS, as shown in the figure

image image

However, when referencing code within the SDK, the error No such module 'RealityKitContentA' will be reported,

image

What did you expect to happen?

I would like to inquire about how to write in podspec to resolve this error and reference RealityKit Package normally