Xcode 16 Validation Error "Missing purpose string in Info.plist" when not using HealthKitRecently, some developers using Xcode 16 to validate their iOS applications have encountered a rather frustrating error during the…Posted on 29 Mar 2025 07:10
How to fix VSCode organizeImports conflict with prettierPrettier extensions conflicts with the the organizeImports setting in VSCode, when organize imports on save is enabled. How to fix VSCode…Posted on 02 May 2022 05:52
Setup environment for react developmentThis is a quick post to show how to setup environment for react development. The main content is about using React in Visual Studio Code.…Posted on 30 Mar 2021 08:30
How to build component library with React Typescript & RollupThe main content is how to create an ui library with react typescript + rollup. Features: Storybook for UI development Emotion for write CSS…Posted on 30 Mar 2021 04:08
How to config reactjs nextjs support IE 11Currently IE 11 has very few users, but due to the requirement of many projects that need support IE 11. I will detail how to step by step…Posted on 19 Mar 2021 02:10
Synthesize common bugs encountered by frontend developersBelow are the common bugs encountered when coding the web. 1. window.open You need to call window.open as a direct result of a onclick event…Posted on 03 Mar 2021 01:10