Tl.xcodeproj The linked framework 'Pods_Tl.framework' is missing one or more architectures required by this target: armv7

12,965

Solution 1

Just clean the build folder and build project. Doing this my issue is solved.

Or You can add armv7 to the Build Settings -> Architectures -> Excluded Architectures. This might solve the issue for some.

Solution 2

For me this was caused by first building the project with a specific target, then switching to "Any iOS Device". Cleaning and rebuilding did the job

Share:
12,965
NickCoder
Author by

NickCoder

Hey, There I'm a software developer from India and also a blogger I liked to work on mainly SWIFT But Angular and hybrid application development is my hobby. Also, I am a Software Developer at Define Labs.

Updated on June 06, 2022

Comments

  • NickCoder
    NickCoder almost 2 years

    I just updated to Xcode 12.0.1 from AppStore opened my old project and after build got an error.

    Here is an image for error:
    enter image description here

    as I research on SO for a solution some answered mentioned changing architecture in the build setting and changing build active architecture only setting. so I did but that didn't help.

    here the picture of the build setting architecture section:
    enter image description here

    enter image description here

    as I mentioned I have gone through the same so question but they didn't help for that I have uploaded a screenshot of the solution I used.