Execution policy exception registration failed and was skipped: Error Domain=NSPOSIXErrorDomain Code=1 “Operation not permitted”

天大地大妈咪最大 提交于 2019-12-23 16:37:57

问题


i have an ionic app and trying to run below

ionic cordova build ios

though the compilation succeeds but i see errors just before it as below

RegisterExecutionPolicyException /Users/moblizeit/Library/Developer/Xcode/DerivedData/Scan_Buddy-bgqkrrwvotqcxbgakwtfvdcnmkvx/Build/Intermediates.noindex/ArchiveIntermediates/Scan\ Buddy/InstallationBuildProductsLocation/Applications/Scan\ Buddy.app (in target 'Scan Buddy' from project 'Scan Buddy')
    cd /Users/moblizeit/code-repo/apps/business-card-scanner/businesscardscanner/platforms/ios
    builtin-RegisterExecutionPolicyException /Users/moblizeit/Library/Developer/Xcode/DerivedData/Scan_Buddy-bgqkrrwvotqcxbgakwtfvdcnmkvx/Build/Intermediates.noindex/ArchiveIntermediates/Scan\ Buddy/InstallationBuildProductsLocation/Applications/Scan\ Buddy.app
note: Execution policy exception registration failed and was skipped: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" (in target 'Scan Buddy' from project 'Scan Buddy')

any idea on what is failing and how to fix?

来源:https://stackoverflow.com/questions/58686708/execution-policy-exception-registration-failed-and-was-skipped-error-domain-nsp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!