iOS-Universal-Framework icon indicating copy to clipboard operation
iOS-Universal-Framework copied to clipboard

Real Framework architecture issue

Open thalmicMark opened this issue 11 years ago • 2 comments

Warning message: "Framework was rejected as an implicit dependency for Framework because its architectures 'armv7' didn't contain all required architectures 'armv7 armv7s'"

Any idea what the issue is? On my framework, Architectures is set to "Standard Architectures (armv7, armv7s)" and Valid Architectures is set to "arm64 armv7 armv7s i386". On my app, Architectures is set to "Standard Architectures (armv7, armv7s)" and Valid Architectures is set to "armv7 armv7s".

thalmicMark avatar Oct 08 '13 20:10 thalmicMark

Sounds like you've got "Build Active Architecture Only" set to Yes.

bigsprocket avatar Nov 21 '13 16:11 bigsprocket

Yes that was the issue. Thank you!

thalmicMark avatar Nov 21 '13 16:11 thalmicMark