[TIMOB-26733] Hyperloop: iOS - Check CocoaPods use_frameworks! recommendation
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Hyperloop 4.0.0 |
| Fix Version/s | n/a |
| Components | Hyperloop, iOS |
| Labels | n/a |
| Reporter | Jan Vennemann |
| Assignee | Unknown |
| Created | 2019-01-15T18:13:18.000+0000 |
| Updated | 2019-01-15T18:13:18.000+0000 |
Description
Hyperloop currently recommends the use of the
use_frameworks! flag in a Podfile. The main reason for this flag was that Swift didn't support static libraries. However, this flag is not required anymore as of Xcode 9 beta 4, and CocoaPods 1.5.0. Swift static libraries are now supported.
No comments