ios - Cannot build app - wrong reference for framework on a different device -


my project building on device fine , of sudden switched device , started give me error.

i've removed derived data, added , removed search paths , $(inherited) , recursive non-recursive, don't know how source issue. here screenshot of error i'm getting:

enter image description here

as can see, files exist:

enter image description here

i don't know why switching device prevents them being found on build. if don't have solution, i'd appreciate guidance resource can learn how solve issues these. happen more not , don't feel have clear enough understanding of how things link together. can point me in right direction here?

edit: far architecture configuration, here's have in project's build settings:

enter image description here

edit #2: answer question below build-only architecture, it's follows:

enter image description here

go project select target then, go build phases open link binary libraries finally, add + framework / other framework.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -