Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

I  have Xcode 4.6. I downloaded this project When run it I receive a message No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s). Where and what I have to change? I have no idea what should I do? Thanx.

1 Answer

0 votes
by (108k points)

You just have to change the following settings:

Build Settings > Architectures > Architectures to:

"$(ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s)"

Build Settings > Architectures > Valid Architectures to:

armv7 armv7s

Build Settings > Architectures > Build Active Architectures Only to:

No

Now your problem will be solved.

Browse Categories

...