[TIMOB-24044] Hyperloop iOS: Missing block for SCLAlertView
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Hyperloop 2.0.0 |
| Fix Version/s | n/a |
| Components | Hyperloop, iOS |
| Labels | n/a |
| Reporter | Jan Vennemann |
| Assignee | Unknown |
| Created | 2016-10-17T19:15:02.000+0000 |
| Updated | 2018-02-28T19:55:53.000+0000 |
Description
When using
SCLAlertView the following error is thrown during the Hyperloop metabase creation: Couldn't find block with signature: BOOL (^)(void) for framework: SCLAlertView-Objective-C
Steps to reproduce
1. Create a simple app with hyperloop enabled 2. Create aPodfile at the project root and add pod 'SCLAlertView-Objective-C'.
3. appc run -p ios
No comments