I get the following warning when I try to run my app:
The file “WxChase.app” couldn’t be opened because you don’t have permission to view it.
I have looked through all the previous questions I could find and can't find an answer.
I have tried:
- Replacing my info.plist
- Deleting Derived Data
- Duplicating my app
- Editing the permission on the folder of the project
- Changing "Compiler for C/C++/Objective-C" to Default in Build Settings
- Checking my architectures
- Cleaning My Project
Thanks for your help!
Update: I can not run it in simulator or on my phone.
Upate to reconmmented settings
? – Zigii Wong$(TARGET_NAME)
, and rebuild. – Zigii Wong