Skip to content

Commit 42ac211

Browse files
committed
Merge branch 'master' of github.com:dimat/DMNumberSpellOutFormatter
2 parents 0f2ebdd + fc3c053 commit 42ac211

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
Allows to spell out numbers in different languages and with many options. Unlike the standard `NSNumberFormatter` it also supports ordinal numbers with any additional modes that are applicable for specific language, such as gender (feminine and masculine) and grammatical cases.
99

10+
## IMPORTANT
11+
At the moment library uses ICU library that is shipped with iOS, however, the used API is not part of the iOS's publicly supported subsets.
12+
Therefore, last time when I tried to submit an app with it to AppStore, I received:
13+
14+
> **Non-public API usage:**
15+
>
16+
> The app references non-public symbols in Frameworks/NumberSpellOutFormatter.framework/NumberSpellOutFormatter: _unum_close, _unum_format, _unum_getTextAttribute, _unum_open, _unum_setTextAttribute
17+
18+
19+
The solution is to recompile ICU4C and embed it with the Framework. It should be done by the end of March, but if anyone could contribute, it would be very welcomed.
20+
1021
## Example
1122

1223
To run the example project, clone the repo, and run `pod install` from the Example directory first.

0 commit comments

Comments
 (0)