I just tried to do the same thing, and got the same result. Honestly, I was expecting the failure, though I had hoped that it would Just Work™.Based on all of the documentation I've seen on the subject, I'm led to believe that that all of the `-framework` arguments need to reference the same framework. The ability to provide multiple arguments is to allow for the destination-specific variants of that framework to be combined. In your case, you'd need two separate `xcodebuild -create-xcframework` commands, one for TDCore, and one for TDAPI.It would be nice if I could do what we both tried to do... that is, combine multiple frameworks into one xcframework bundle. As long as every framework is equally represented across destinations, I think it could work, but I'm probably missing an edge case somewhere.
Post
Replies
Boosts
Views
Activity
This is still the case in Xcode 14.2 (Swift 5.7.2).
According to the WWDC 2022 video, "Swift Regex: Beyond the basics," (04:17) this is supposed to work... is it just an issue on our systems, or is the feature actually unimplemented?
Your username on an iOS device is 'mobile'.