Swift project through the introduction of third-party libraries CocoaPods appear 'No such module of xxx' problems

1、Build Active Architecture

进入Targets->Your project->Build settings-> Build Active Architecture Only->

The following are the debug and release into Yes, and then build

1.pic

2、Link Binary With Libraries

If the above is not a way to solve the problem, then try this method as follows:

进入Targets->Your project->Build phases->Link Binary with Libraries

Consider the following correctly added a Pods.framework link, if not, then add

W1F0V

3、Configurations

If the above two methods did not resolved, try Method Three

Into the Project> Info> Configurations

J3MLi

I can see it should be so, so, with the items Tests suffix also changed and no items Tests suffix look, add Configurations set, and then try to build again

Guess you like

Origin www.cnblogs.com/hangman/p/11946453.html