Hi, I have a static library with cocoa-pods e.g. Alamofire. When the library is built, respective Alamofire.framework is generated in Debug-iphoneos and Debug-iphonesimulator folders. I am trying to generate xcframework from those two using xcodebuild -create-xcframework. However just Info.plist is added in the Alamofire.xcframework folder. The _CodeSignature folder in Alamofire.framework for Debug-iphoneos is missing and I doubt this is the reason for not having ios-arm64 and ios-x86_64-simulator with respective .framework in the xcframework
If I create my own framework and generate xcframework e.g TestFramework.xcframework does have Info.plist, ios-arm64 and ios-x86_64-simulator with respective TestFramework.framework
I would be grateful if someone helps me understanding and resolving the issue.
Thanks & Regards