Kohki Miki
Kohki Miki
https://github.com/PokeAPI/pokeapi/pull/807 I fixed all target_id on this PR. It may fix the third issue.
This will be resolved by https://github.com/yonaskolb/XcodeGen/pull/1438
@yonaskolb Following your comments I implemented a new strategy to cause errors. https://github.com/yonaskolb/XcodeGen/pull/712/commits/037d44b5c8987a3125d6498f0a64b819fd07d7cf However, prior implementation seems to be simpler... How do you feel about?
I hit the same situation. @NoamKitman Do you mean it's impossible to write files from Command/Build Plugins?
How about using `--allow-writing-to-directory .` instead of `--allow-writing-to-package-directory`? I tried passing this option, it seems to work fine. Please try this.
You can pass the option with CLI arguments. ```sh $ swift package plugin --allow-writing-to-directory . your_plugin ``` See `swift package plugin --help` for details.
I tried this as a command plugin. But your question is for Build Tools plugins. So it may not help you.
Hi! Thank you for reporting. Do you use Xcode 10.2? I guess log formats are changed since the latest Xcode. Maybe this issue is caused by xcprofiler...
Hi I tried xcprofiler on some project in Swift 5, So it may work well. Would you mind to share your `xcactivitylog` for further investigate? It will be found in...
Hi! thank you for comments. Can you execute `xcprofiler`? I guess this will be xcprofiler's issue rather than danger-xcprofiler's issue. Try build your app on Xcode before executing xcprofiler.