I am working on a React Native based hybrid App, and the App's IPA file is working perfectly in the IOS versions less than 14.3 but when I check/test the APP in my iPhone 12, which is having IOS 14.4 version, and I'm getting the below error:
The above error occurs when I try to install the Xcode generated IPA file in my iPhone 12 (IOS 14.4). The same IPA file is working fine in iPhone SE (IOS 14.3).
Code Block Failed to install application at <private> : Error Domain=MIInstallerErrorDomain Code=4 UserInfo={NSUnderlyingError=0x147f12ae0 {Error Domain=MIInstallerErrorDomain Code=4 UserInfo={NSUnderlyingError=0x147f18950 {Error Domain=NSPOSIXErrorDomain Code=2 UserInfo={SourceFileLine=377, NSLocalizedDescription=<private>, FunctionName=<private>}}, FunctionName=<private>, SourceFileLine=377, NSLocalizedDescription=<private>}}, FunctionName=<private>, SourceFileLine=339, NSLocalizedDescription=<private>}
The above error occurs when I try to install the Xcode generated IPA file in my iPhone 12 (IOS 14.4). The same IPA file is working fine in iPhone SE (IOS 14.3).