Hi,
As per documentation, we can create xcframework in 2 steps :
1: Creating archive for different platforms (example 1 for iphoneos and 1 for macosx)
2: Create xcframework using the command line option - xcodebuild -create-xcframework.
Is it possible to create xcframework from Xcode IDE similar to creating ".framework" from Xcode IDE ?
I couldn't find any utility from Xcode IDE to build xcframeworks.
Thanks and Regards,
Himanshu