ERROR ITMS-90166: "Missing Code Signing Entitlements. No entitlements found in bundle 'com.xxxxx.xxxxxxResources' for executable 'Payload/xxxxxxx.app/xxxxReaderResources.bundle/xxxxReaderResources'.""
解决方案:
The answer to my problem turns out that i had an executable in my resource bundle. By deleting the Compile Source Phase
and the Link Binary with Libraries Phase
from my Resource target
this removed any executables from my resource bundle and fixed my missing entitlement error