We were using the following build command with xcode 14.3:
-framework $PROJECT_DIR/../devices/Build/Intermediates.noindex/ArchiveIntermediates/myFramework/BuildProductsPath/Release-iphoneos/myFramework.framework \
-framework $PROJECT_DIR/../simulators/Build/Intermediates.noindex/ArchiveIntermediates/myFramework/BuildProductsPath/Release-iphonesimulator/myFramework.framework \
-output $PROJECT_DIR/../output/myFramework.xcframework
And we are experiencing the same issue. How can we solve this?