when i create a vision pro project use cocopods,it build fail with "Framework Pods_XXXX(Project NAME) not found"
platform :ios, 15.0
target XXXXX(MyProjectName) do
Comment the next line if you don t want to use dynamic frameworks
use_frameworks!
Pods for XXXXX(MyProjectName)
end
is the vision pro project not support cocopods Or the compilation failed because I was using the Vision pro simulator
I ve searched the web for relevant content