-
Notifications
You must be signed in to change notification settings - Fork 175
Ability to run ipa on virtual machines? #74
Description
Environment:
Xcode 15.2
Simulator iPhone 12 mini iOS 16.0
I was trying to run my APP on iPhone 12 mini simulator using Xcode but getting this
xcrun simctl install DEVICE_ID APP.app
_An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=1): Simulator device returned an error for the requested operation. Please try again later. Appex bundle at /Users/lovermac/Library/Developer/CoreSimulator/Devices/A3428217-88CB-4D47-B205-179BFB69A882/data/Library/Caches/com.apple.mobile.installd.staging/temp.yDszrT/extracted/SafewayDelivery.app/PlugIns/SafewayWidgetExtension.appex with id com.safeway.j4u.Widget specifies a value (com.apple.widgetkit-extension) for the NSExtensionPointIdentifier key in the NSExtension dictionary in its Info.plist that does not correspond to a known extension point. Underlying error (domain=IXUserPresentableErrorDomain, code=1): Unable To Install “Safeway” Please try again later._