You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Carthage to manage my dependencies. I can downlod, build and link framework, but when i try to import it into Objective-c code #import <SCLAlertViewFramework/SCLAlertViewFramework.h> i'm receiving Cannot find interface declaration for 'SCAlertView', superclass of 'MyAlertView'. How can i proceed?
Include the following:
SCLAlertView version: 1.1.2
Device OS version: 9.0
Device Name: iPhone 6
The text was updated successfully, but these errors were encountered:
I'm using Carthage to manage my dependencies. I can downlod, build and link framework, but when i try to import it into Objective-c code
#import <SCLAlertViewFramework/SCLAlertViewFramework.h>
i'm receivingCannot find interface declaration for 'SCAlertView', superclass of 'MyAlertView'
. How can i proceed?Include the following:
1.1.2
9.0
iPhone 6
The text was updated successfully, but these errors were encountered: