开发者

Not able to load the app in iphone

开发者 https://www.devze.com 2023-03-26 10:09 出处:网络
I am getting the following error \" Error launching remote program: failed to get the task for process

I am getting the following error

" Error launching remote program: failed to get the task for process 521."

Which does not allow the application to run ,(in debugger) dont know what the i开发者_如何学Gossue is. If someone has came across the same issue please help.


This sounds to me like you are trying to debug an app where you have set get-allows-task to NO in your Entitlements.plist file (for instance, for a Ad Hoc build).

Does your project have an Entitlements.plist file? If so, check the value of get-allows-task. If you are running the Debug configuration, this must be set to YES

If you open the file by single clicking on it, so it's displayed in the property list editor rather than the code editor then the required parameter is (confusingly) named Can be debugged

Not able to load the app in iphone

Edit: Added screenshot to show where Code Signing Entitlements can be found

Not able to load the app in iphone

0

精彩评论

暂无评论...
验证码 换一张
取 消