Forum: iOS
Here is a forum space for Client: iOS.For now its fixed by limiting compile Architecture to "amr64". Hope this temporary solution will be accepted by Apple. Jun 24 '18 at 16:08 (GMT0) created by Vitaliy Abramov | |
We are using below options. Architectures: Standard Architectures(armv7, arm64) - $(ARCHS_STANDARD) Valid Architectures: arm64 armv7 armv7s ProPTT2 Jun 25 '18 at 07:45 (GMT0) created by ProPTT2 dev | ||
This option is not working for me. In our project we use Swift so arm7s is mandatory, but if i use arm64 + armv7s, i have missing references errors for PODs third party libs. Jun 25 '18 at 12:14 (GMT0) created by Vitaliy Abramov | ||