I know this is a common problem but I couldn't find any specific solution for my problem so can't solve it. I can successfully build the app and run it. However, when I'm trying to archive, It gives error. I'm using a framework and It gives error for it.
Asked
Active
Viewed 635 times
1

Emre Önder
- 2,408
- 2
- 23
- 73
-
Try to set Build architectures to Standard instead of another one in build setting and compile again . – KKRocks May 12 '17 at 19:04
-
I can't find it. Where it is? – Emre Önder May 12 '17 at 19:06
-
Select target > build setting > type Architecture > set standard – KKRocks May 12 '17 at 19:10
-
It is standard already.(Standard architectures(armv7, arm64) – Emre Önder May 12 '17 at 19:12
-
see this : http://stackoverflow.com/a/35763006/3901620 – KKRocks May 12 '17 at 19:40