I have a crazy problem, that I don't understand.
When I build and run my app for my device it's work probably. But I wanted to upload a new update with just a few changes.
I ran into one error saying:
Could not build module 'AVFoundation'
It's implemented like this:
#import <AVFoundation/AVFoundation.h>
My Deployment Target is iOS 7.0 and my base sdk is iOS 7.1. When I change the Deployment Target to iOS 7.1 it's working?! Why? Also when I remove arm64 from the architectures it's working.
What should I do? I don't want to set the deployment target so high :/
Hope you guys have some clues.
Thanks in advance and best regards from Germany, Chris