OAuthSwift / OAuthSwiftAlamofire

Utility method to sign Alamofire request
MIT License
104 stars 38 forks source link

Set the EMBEDDED_CONTENT_CONTAINS_SWIFT flag to false #19

Closed SimonJanevski closed 5 years ago

SimonJanevski commented 5 years ago

I had a problem submitting an app built using Carthage. The problem was that the framework contained the folder Frameworks which is not allowed. This is fixed by setting the parent project flag EMBEDDED_CONTENT_CONTAINS_SWIFT to true and the other projects to false.

yjrpt

phimage commented 5 years ago

Thanks you I will check that

SimonJanevski commented 5 years ago

Thanks!

phimage commented 5 years ago

I never put that explicitly and I check other of my project, and the flag is not here maybe cocoa pod

(now framework use carthage as main build system)

SimonJanevski commented 5 years ago

Yeah, that is why I prefer carthage now. Less intrusive. Thanks for a great lib!