skip to Main Content

Xcode – How to remove the com.apple.security.get-task-allow entitlement from the release build?

I'm building my app with Xcode using Release configuration for production: But then when I check the resulting binary for entitlements: codesign -d --entitlements - --xml /Users/user/Library/Developer/Xcode/DerivedData/LABService-emdoarcsbzcuepbrkkkpbcckcaqx/Build/Products/Release/MyAppName I'm getting: Executable=/Users/user/Library/Developer/Xcode/DerivedData/LABService-emdoarcsbzcuepbrkkkpbcckcaqx/Build/Products/Release/MyAppName <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">…

VIEW QUESTION
Back To Top
Search