I wanna know why I get this bunch of errors when I try to build it on device. Because I can build and run it on simulator.
Asked
Active
Viewed 73 times
1 Answers
0
What are your targets settings? Check that ARC is disabled:
- Select Project
- Select Targets
- From the right panel, select Build Settings
- Search for "Automatic Reference Counting"
If you need to enable ARC for some files check this question How to add ARC for specific file?