swift - Extension for Pod class can't find the class -


so received project client perform code review on. can't work though.

i getting error on extension class alamofire, included using cocoapods. class contains import alamofire statement, included. cmd clicking name of class navigates alamofire pod , relevant class (datarequest), works.

i have tried building pods themselves, ensure built. have tried removing deriveddata folder, come short ideas.

how can fix this?

edit: seems other errors classes not being found, other pods , other simple references (not extensions), looks pods not being integrated in compile process.

edit 2: think found it:

target 'pods-project' of project 'pods' rejected implicit dependency 'pods_project.framework' because architectures 'arm64' didn't contain required architectures 'armv7 arm64'

i have removed pods folder, deleted podfile.lock file, cleared deriveddata , set build settings of pod project build archs, not selected ones, works!


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -