mlfairy

Results 11 comments of mlfairy

Thanks @temrich, Ill give each one of your comments a go, and get back to you.

@temrich I updated the PR with only the lines necessary for the module map to be included in the pod. Let me know if there's anything else I can do...

@temrich I tried it on osx, and ios (and tvos just for good measure). Im currently on cocoapods `1.7.5`

@temrich I can't explain why this only affects osx. The issue peaked my understanding of cocoapods and Xcode builds. This isn't a problem with Carthage or SPM, but im guessing...

Hi @temrich I just did a clean checkout and im not seeing error? ``` $ pod spec lint PromisesObjC.podspec --no-clean --platforms=ios -> PromisesObjC (1.2.8) - NOTE | xcodebuild: note: Using...

Also, did you mean to run `pod spec lint` or `pod lib lint`? Are you checking the remote podspec or the local one?

Hi @paulb777 I tried it with Xcode 11 and Xcode 10.3, both seem to give me the error without patch, and pass with the patch.

Ok, seems this happens when i include Promises with any MacOS app. I have a [link to a project](https://www.dropbox.com/s/obl14vtml6y2byq/TestPromises.zip?dl=0) which shows the problem. I simply created a new macos app,...

I forked the repo, and submitted a PR for what I believe fixes this issue. My understanding is that the custom modulemap file that's defined in the FBLPromises target is...