• Windows version: 10
• Builder version (from the builder UI title bar): 3.50.1
• iOS SDK version (from the builder UI title bar): 15.5
• A description of the context:
I want to test whether this asset works before enrolling in a Developer Account. Thus, I generated a Provisioning Profile from XCode. I followed the steps in the document and got the below error during the build process:
....
Output directory: build\Release-iphoneos\UnityFramework\UnityFramework.framework
+ Preparing output directory...
+ XCFrameworks: 0 supplied
+ Libraries: 5 supplied, 0 built
+ Frameworks: 0 supplied, 1 built
+ Pre-parsing project files...
+ Building dancingangel for iphoneos (configuration: Release)
+ [arm64] ./MainApp/main.mm.obj is up to date
+ [arm64] dancingangel is up to date
+ Creating universal binary (arm64)...
+ Stripping bitcode to reduce binary size...
+ Copying resources...
+ Creating Info.plist...
Notice: missing iphone 2x (90x90) image variant in app icon set 'AppIcon', falling back on best resolution icon.
+ Compiling Interface Builder launch storyboards...
+ [iphone] build\Release-iphoneos\iPhone-target\dancingangel.app\LaunchScreen-iPhone.storyboardc
+ [ipod] build\Release-iphoneos\iPhone-target\dancingangel.app\LaunchScreen-iPhone.storyboardc
+ [ipad] build\Release-iphoneos\iPhone-target\dancingangel.app\LaunchScreen-iPad.storyboardc
+ [all] build\Release-iphoneos\iPhone-target\dancingangel.app\LaunchScreen-iPhone.storyboardc
+ Optimizing PNG files in build\Release-iphoneos\iPhone-target\dancingangel.app for iOS...
+ Embedding framework: UnityFramework.framework...
+ Validating dependencies...
+ Embedding provisioning profile...
+ Signing code as Apple Development: nhanbyebye@yahoo.com.vn (BJZ69YQ6DR) with team ID L5QVN74PJW...
ldid: fatal: recursive signature failed on C:\Users\snowi\OneDrive\Desktop\DancingAngels_ios\build\Release-iphoneos\iPhone-target\dancingangel.app\Frameworks\UnityFramework.framework\UnityFramework
Please help to advise on this.