1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Objective-C7,200 stars (7,200 stars)1,444 forks (1,444 forks)batch import
help wanted
Description
想用SPM来集成QMUI_iOS,一直load不下来,报解析失败,是不是不支持?
Contributor guide
- Tech stack
- swiftobjective c
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Swift Package Manager basicsObjective C project structure
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Check if the repository already has a Package.swift file. If not, review the library's folder structure and dependencies to create a Swift Package Manager manifest. Consult Apple's documentation on integrating Objective C libraries with SPM. Test the integration by cloning the repo and attempting to build with SPM.