NPAW / avplayer-adapter-ios

MIT License
4 stars 7 forks source link

Carthage failure #5

Closed alessandroboronatkayo closed 1 year ago

alessandroboronatkayo commented 1 year ago

Hi There,

We've succesfully been using Carthage to create a binary frameworks and include it via Swift Package Manager. Currently we're using version 6.6.3

We are experiencing issues creating the xcframework in the latest versions of the SDK.

Command:

carthage bootstrap --use-xcframeworks --platform "iOS,tvOS"

Output:

Screenshot 2023-05-11 at 1 48 47 pm

Log from /var/folders/zl/dwyvcrgx0x32d8p1syl90qlm0000gq/T/carthage-xcodebuild.Pl4K5o.log below:

/Users/Alessandro.Boron/Dev/iOS/streamotion-mobile-ios-thirdpartybinaries/Carthage/Checkouts/lib-plugin-ios/YouboraLib.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'YouboraLib iOS' from project 'YouboraLib')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'YouboraLib iOS' from project 'YouboraLib')
** ARCHIVE FAILED **

The following build commands failed:
    PhaseScriptExecution Run\ Script /Users/Alessandro.Boron/Library/Caches/org.carthage.CarthageKit/DerivedData/14.3_14E222b/lib-plugin-ios/6.7.4/Build/Intermediates.noindex/ArchiveIntermediates/YouboraLib\ iOS/IntermediateBuildFilesPath/YouboraLib.build/Release-iphoneos/YouboraLib\ iOS.build/Script-0605A3FB2354A08C00C1EF7D.sh (in target 'YouboraLib iOS' from project 'YouboraLib')
(1 failure)

This approach has been working fine for us till now.

Could you please provide support?

Thanks

alessandroboronatkayo commented 1 year ago

Closing issue as Youbora 6.7.1. provides SPM support