1

I am building an app on top of React Native White Label App sdk. Whenever I run yarn install {package_name} and arch-x86_64 pod install, a pop up on xcode says "unable to install the app {app_name}"

Details

Unable to install "awesomeMsdkProject"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
--
Could not inspect the application package.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
--


System Information

macOS Version 11.5.1 (Build 20G80)
Xcode 12.5.1 (18212) (Build 12E507)
Timestamp: 2021-10-25T15:36:56+05:00
Musab Gulfam
  • 126
  • 1
  • 7

1 Answers1

1

Do you use third-party code that is not signed by you? There are two questions, which may be related to your problem: Xcode: Could not inspect the application package and “could not inspect application package” Xcode.

finngu
  • 457
  • 4
  • 23