I am experiencing an issue with building the project for Apple Vision Pro.
The build is working fine on iOS, app is running as expected. But when I try to build it for Apple Vision Pro (Native) It give me the error
ld: framework 'Alamofire' not found
I’ve tried to comment everything in the code using
#if os(visionOS)
#else
all the code here...
#endif
But with no success, I am clueless at the moment, any help would be great. I just want to run an empty screen for Apple Vision Pro.