无法在iOS模拟器中运行ionic项目。在xcode中获得拒绝权限

问题描述 投票:1回答:1

当我尝试在iOS模拟器中运行Ionic项目时,我得到了权限错误。请看下面的错误信息。

copyfile of file:/UsersjathavanLibraryDeveloperXcodeDerivedDatamCrew-fptfelgfstzgncemgtxqzvgruanmBuildProductsDebug-iphonesimulatormCrew. app到文件:/UsersjathavanLibraryDeveloperCoreSimulatorDevices81B458E9-9A93-4A3E-88F7-99F72D673A2CdataContainersSharedSystemGroupsystemgroup.com.apple.installcoordinationdLibraryInstallCoordinationPromiseStagingFF46FA85-7F32-407C-9842-E6F26424EF95mCrew.app失败。许可被拒绝

enter image description here

ios xcode ionic-framework permission-denied
1个回答
0
投票
I'm also facing same issue.This is happened because of your permissions override. I completely uninstall the exist xcode Applications. I installed from the start. 
follow the steps it could help you.

1. You should remove these files from your machine.
/Applications/Xcode.app
/Library/Preferences/com.apple.dt.Xcode.plist
~/Library/Preferences/com.apple.dt.Xcode.plist
~/Library/Caches/com.apple.dt.Xcode
~/Library/Developer/Xcode
~/Library/Developer/CoreSimulator  

2. restart your computer
3. install again.
© www.soinside.com 2019 - 2024. All rights reserved.