rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

swift iOS 9.3 deployment target fails to compile #326

Open blaineam opened 8 years ago

blaineam commented 8 years ago

I imported SCRecorder.xcodeproj as it suggested from the readme for a manual install with swift. I dragged it to my project under a frameworks folder. I went to my projects build phases and under link binary I added libSCRecorder.a and added the bridge headers as described and added some code for it and when I go to compile it has this build error.

Target 'SCRecorder' of project 'SCRecorder' was rejected as an implicit dependency for 'libSCRecorder.a' because its architectures 'arm64' didn't contain all required architectures 'armv7 arm64' failing to build each and overtime. I have checked the screcorder project and it has both of those architectures in there so I'm at a loss for words as to why it is having this error.

please help.