NativeScript / NativeScript/nativescript-cli
Support for Exported Symbols File setting
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
Is your feature request related to a problem? Please describe.
In order to provide inline (C) functions support we need exported symbols .txt file so the functions are accessible.
Describe the solution you'd like
The path to the .txt file with the exported symbols should be added to the "Exported Symbols File" setting in the .xcodeproj.
Contributor guide
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 tracing how nativescript-cli generates the iOS .xcodeproj and applies build settings. Determine where the exported symbols file path belongs, then verify that generated projects contain the requested "Exported Symbols File" setting and that inline C functions can access the exported symbols.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript
- Domain
- build-system, cli, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100