facebook-ios-sdk icon indicating copy to clipboard operation
facebook-ios-sdk copied to clipboard

Feature Request: visionOS support

Open yasircb opened this issue 1 year ago • 1 comments

Checklist before submitting a feature request

Goals

I would like to be able to run my app on VisionOS, but it's missing support in Package.swift (Swift Package Manager).

Expected results

The library should be compilable / run under visionOS

yasircb avatar Sep 21 '23 05:09 yasircb

+1 Due to this library having a binary framework, we can't build against the VisionOS Simulator Target that is in Xcode 15.2 now. Please update your library and framework.

Example Error: /Users/mac/Library/Developer/Xcode/DerivedData/GoodOnes-fydxykcojsejocesyibnphxyrgpb/SourcePackages/artifacts/facebook-ios-sdk/FBSDKCoreKit_Basics/FBSDKCoreKit_Basics.xcframework:1:1 While building for visionOS Simulator, no library for this platform was found in '/Users/mac/Library/Developer/Xcode/DerivedData/GoodOnes-fydxykcojsejocesyibnphxyrgpb/SourcePackages/artifacts/facebook-ios-sdk/FBSDKCoreKit_Basics/FBSDKCoreKit_Basics.xcframework'.

goodones-mac avatar Jan 09 '24 23:01 goodones-mac