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

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


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.


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