장원영

Results 6 comments of 장원영

> The issue still exists. In order to run `skip export`, the project must be able to be built for macOS, which means that iOS-specific API calls (like `fullScreenCover`), need...

Self answer.... I found the error came from `ToolBarItemPlacement`. I used `.topBarTrailing` for all of my tool bar components, and error was also from it. After I have removed that,...

Yes build with Xcode, it doesnt matter but with such like $swift build, $skip test, $skip export nothing works

Thanks for advise aabewhite! It works for some cases, but still doesn't work for other cases. Unfortunately, even though I marked #if !SKIP, `UIApplication` is unresolved when I try to...