payu-intrepos / payu-non-seamless-react

Non-Seamless SDK for React Native
5 stars 9 forks source link

SocketIO.framework/Info.plist: No such file or directory #26

Open ashok-work opened 2 years ago

ashok-work commented 2 years ago

I am using payu-non-seam-less-react@2.3.0 package for payment.

I installed the package and respective pods.

An iOS build was generated but it's not installed in the iOS simulator and it's showing the below error. and its same in real device also

DetailsUnable To Install “AwesomeProject” Domain: IXUserPresentableErrorDomain Code: 1 Failure Reason: Please try again later. Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/admin/Library/Developer/CoreSimulator/Devices/FD82FFA1-1D7A-4591-947C-5B7957A61EF5/data/Library/Caches/com.apple.mobile.installd.staging/temp.UbaXgu/extracted/Payload/AwesomeProject.app/Frameworks/SocketIO.framework; Extra info about "/Users/admin/Library/Developer/CoreSimulator/Devices/FD82FFA1-1D7A-4591-947C-5B7957A61EF5/data/Library/Caches/com.apple.mobile.installd.staging/temp.UbaXgu/extracted/Payload/AwesomeProject.app/Frameworks/SocketIO.framework/Info.plist": Couldn't stat /Users/admin/Library/Developer/CoreSimulator/Devices/FD82FFA1-1D7A-4591-947C5B7957A61EF5/data/Library/Caches/com.apple.mobile.installd.staging/temp.UbaXgu/extracted/Payload/AwesomeProject.app/Frameworks/SocketIO.framework/Info.plist: No such file or directory User Info: { DVTErrorCreationDateKey = "2022-03-23 05:13:24 +0000"; IDERunOperationFailingWorker = IDELaunchiPhoneSimulatorLauncher; }Failed to load Info.plist from bundle at path /Users/admin/Library/Developer/CoreSimulator/Devices/FD82FFA1-1D7A-4591-947C-5B7957A61EF5/data/Library/Caches/com.apple.mobile.installd.staging/temp.UbaXgu/extracted/Payload/AwesomeProject.app/Frameworks/SocketIO.framework; Extra info about "/Users/admin/Library/Developer/CoreSimulator/Devices/FD82FFA1-1D7A-4591-947C-5B7957A61EF5/data/Library/Caches/com.apple.mobile.installd.staging/temp.UbaXgu/extracted/Payload/AwesomeProject.app/Frameworks/SocketIO.framework/Info.plist": Couldn't stat /Users/admin/Library/Developer/CoreSimulator/Devices/FD82FFA1-1D7A-4591-947C-5B7957A61EF5/data/Library/Caches/com.apple.mobile.installd.staging/temp.UbaXgu/extracted/Payload/AwesomeProject.app/Frameworks/SocketIO.framework/Info.plist: No such file or directory Domain: MIInstallerErrorDomain Code: 35 User Info: { FunctionName = "-[MIBundle _validateWithError:]"; LegacyErrorString = PackageInspectionFailed; SourceFileLine = 47; }Analytics Event: com.apple.dt.IDERunOperationWorkerFinished : { "device_model" = "iPod9,1"; "device_osBuild" = "15.4 (19E240)"; "device_platform" = "com.apple.platform.iphonesimulator"; "launchSession_schemeCommand" = Run; "launchSession_state" = 1; "launchSession_targetArch" = "x86_64"; "operation_duration_ms" = 14240; "operation_errorCode" = 1; "operation_errorDomain" = IXUserPresentableErrorDomain; "operation_errorWorker" = IDELaunchiPhoneSimulatorLauncher; "operation_name" = IDERunOperationWorkerGroup; "param_consoleMode" = 0; "param_debugger_attachToExtensions" = 0; "param_debugger_attachToXPC" = 1; "param_debugger_type" = 3; "param_destination_isProxy" = 0; "param_destination_platform" = "com.apple.platform.iphonesimulator"; "param_diag_MainThreadChecker_stopOnIssue" = 0; "param_diag_MallocStackLogging_enableDuringAttach" = 0; "param_diag_MallocStackLogging_enableForXPC" = 1; "param_diag_allowLocationSimulation" = 1; "param_diag_gpu_frameCapture_enable" = 0; "param_diag_gpu_shaderValidation_enable" = 0; "param_diag_gpu_validation_enable" = 0; "param_diag_memoryGraphOnResourceException" = 0; "param_diag_queueDebugging_enable" = 1; "param_diag_runtimeProfile_generate" = 0; "param_diag_sanitizer_asan_enable" = 0; "param_diag_sanitizer_tsan_enable" = 0; "param_diag_sanitizer_tsan_stopOnIssue" = 0; "param_diag_sanitizer_ubsan_stopOnIssue" = 0; "param_diag_showNonLocalizedStrings" = 0; "param_diag_viewDebugging_enabled" = 1; "param_diag_viewDebugging_insertDylibOnLaunch" = 1; "param_install_style" = 0; "param_launcher_UID" = 2; "param_launcher_allowDeviceSensorReplayData" = 0; "param_launcher_kind" = 0; "param_launcher_style" = 0; "param_launcher_substyle" = 0; "param_runnable_appExtensionHostRunMode" = 0; "param_runnable_productType" = "com.apple.product-type.application"; "param_runnable_swiftVersion" = "5.6"; "param_runnable_type" = 2; "param_testing_launchedForTesting" = 0; "param_testing_suppressSimulatorApp" = 0; "param_testing_usingCLI" = 0; "sdk_canonicalName" = "iphonesimulator15.4"; "sdk_osVersion" = "15.4"; "sdk_variant" = iphonesimulator; }System InformationmacOS Version 12.0.1 (Build 21A559) Xcode 13.3 (20102) (Build 13E113) Timestamp: 2022-03-22T22:13:24-07:00

bhagathnikhil commented 2 years ago

I had the same issue. I feel the tags were not closing properly. Do you mind sharing your Info.plist file?

ashok-work commented 2 years ago

Please reinstall the xcode, It will work and earlier I deleted derived data and restarted PC nothing will work.

Try to reinstall xcode.