Reputation: 284
I tried to compile the newly released PJSIP 2.4.5 for iOS using this tutorial https://trac.pjsip.org/repos/wiki/Getting-Started/iPhone however I am faced with this error: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). I am using Xcode 7.1.1.
Upvotes: 0
Views: 131
Reputation: 146
Go to Target--> Build Settings tab. Then under Architectures section, set " Build Active Architecture Only " to No.
Upvotes: 0