Closed kientux closed 4 years ago
@kientux Does Facebook iOS SDK support Carthage? If not, then Accio won't work with it as of now. Please also see the discussion in https://github.com/JamitLabs/Accio/issues/88, it might help you to understand where we stand at the moment, including how Accio works.
Maybe we might also have a bug in the filtering of the frameworks we need to copy though, I'm not sure. Don't have the time to check.
Closing this, as Accio is now deprecated.
Facebook iOS SDK is compatible with SPM. I have this in accio
Package.swift
:And this is the output of
accio install
:Accio tries to copy
FacebookCore.framework
but this is actual content ofCarthage/Build/iOS
:Is this a bug of Accio or FacebookSDK itself? Maybe accio is guessing the framework name from product name and failed?