Starscream
Starscream copied to clipboard
Embedding a Starscream dependent .xcframework into my own .xcframework with Cocoapod
Question
I am implementing a custom .xcframework "C". Within my custom framework, there's another .xcframework within which is "Starscream". I have specified the dependencies within my .podspec as well as the vendor frameworks. Now anytime I try to push to trunk, I get an error about Starscream having a deployment target set to 8 [I have tried to bump the target within the pods - didn't work]. Attached image.
How can I go about this
Environment:
- Starscream Version [e.g. 4.0.4]
- Xcode version [e.g. 14.3]
Hi, do you solve the issue?