Cœur

Results 653 comments of Cœur

Also, it may be worth reading issues from https://github.com/cocoapods/cocoapods/issues?utf8=%E2%9C%93&q=+is+not+defined+in+any+loaded+module+map+file+

Oh lol, CocoaPods documentation, verbatim (I didn't change the example): >Additionally, when you use the use_modular_headers! attribute, you can exclude a particular Pod from modular headers using the following: >...

OK, confirmed to be related to this issue: https://github.com/CocoaPods/CocoaPods/issues/7584 Some advices: * Solution A: `pod 'SSZipArchive', :modular_headers => false` * Solution B: you disable "Precompile Bridging Header" AND you use...

Thank you. You may propose a pull request, otherwise we'll have to wait until someone got some free time to look at it.

@jeevanRao7 can I have a clarification about the expected results for those scenarios: * there is just an empty file * there is just an empty folder And instead of...

This problem would be better solved by the ability to list the files in the archive.

Pull request from @mickrobk wasn't merged, so I'm reopening this feature request.

So, we should verify those scenarios: A. If we pass a filePath instead of a directoryPath to `withContentsOfDirectory`, do we correctly return a failure instead of a success? B. Do...

Related to #374: * we can either add a delegate for zipping * or we can add a callback block for zipping Also related to #69 where we want to...

@AlicanC , istx25 left the project. The idea seems nice, so I'll reopen this feature request.