Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing entitlements file

Tags:

xcode

ios

I'm suddenly getting two warnings in XCODE:

/Users/me/Documents/Misc IOS DEV/myAPP/myAPP.xcodeproj Missing entitlements file for target myAPPUITests: "/var/folders/wb/9dsv1b5j53n8qbwmbh49qf9m0000gn/T/Entitlements.plist-gmk"

/Users/me/Documents/Misc IOS DEV/myAPP/myAPP.xcodeproj Missing entitlements file for target myAPPUITests: "/var/folders/wb/9dsv1b5j53n8qbwmbh49qf9m0000gn/T/Entitlements.plist-pCm"

Anyone have any idea what these are and how I can remove the warnings? Thanks!

like image 545
KexAri Avatar asked Dec 09 '15 09:12

KexAri


2 Answers

Ok go to your target build settings and go to signing section in code signing entitlements delete the path for entitlements

like image 178
Ahmad Labeeb Avatar answered Oct 06 '22 04:10

Ahmad Labeeb


Restarting Xcode fixed the issue for me.

The folder those warnings reference is a per-user temporary file/folder cache. If restarting Xcode doesn't fix the issue, I'd suggest restarting OSX.

like image 34
Jordan Smith Avatar answered Oct 06 '22 03:10

Jordan Smith