Paulo Coutinho

Results 595 comments of Paulo Coutinho

Ok, can you contact me when you will check? Skype, email and hangout is: paulo [at] prsolucoes.com

I solved with: ``` - name: Install application certificate uses: apple-actions/import-codesign-certs@v1 with: keychain: ${{ github.run_id }} keychain-password: ${{ github.run_id }} p12-file-base64: ${{ secrets.MAC_APPLICATION_CERTIFICATE_P12 }} p12-password: ${{ secrets.MAC_APPLICATION_CERTIFICATE_PASSPHRASE }} - name:...

I have the same problem on github action. Anyone found a solution?

Hi, Have any solution? Thanks.

I made the changes. Only have problems with testing now before make a PR.

@neotron here is the PR: https://github.com/Snapchat/djinni/pull/105

I made a new project to test. Using old version: Using new version: The files are duplicated: One come from "Core" folder: And other come from "include" folder: The same...

Hi, In obj-c you have type `id`: https://riptutorial.com/objective-c/example/16005/id I don't know if it help. The `java.lang.Void` can be integer? https://stackoverflow.com/questions/10839042/what-is-the-difference-between-java-lang-void-and-void Thanks.