jpush / jpush/jpush-react-native
ios build编译出错
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 348
- PR merge metrics
- No merged PRs in 30d
Description
"jcore-react-native": "^1.8.0",
"jpush-react-native": "^2.8.0",
"react-native": "0.61.5",
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_ATTrackingManager", referenced from:
objc-class-ref in libjcore-ios-2.4.0.a(JCommonUtilities.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the iOS build with the listed React Native, jcore-react-native, and jpush-react-native versions. Investigate the native linker failure for the missing ATTrackingManager symbol on x86_64. Done means the iOS build links successfully without the reported undefined-symbol error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100