As a followup to my other question, I\'m continuing to have issues submitting my iOS 8 app (which includes a Sharing Extension and a framework target). On a submission attem
Well, the answer seems simple enough: in the Extension target I was embedding the framework (Build Phases > Embed Framework). Once I removed that setting, everything works fine.
Sigh.
I had to remove (Build Phases > Embed Pods Frameworks) From the today excitation.
Was able to upload to appstore but this bring other problem the today excitation is not working
dyld: Library not loaded: @rpath/AFNetworking.framework/AFNetworking
For me, Aaron's answer was only half the answer. After removing my framework from my extension's Embedded Binaries, I had to add it to my extension's Linked Frameworks and Libraries. (Both can be found in the extension's General tab.)