iOS Question Add a framework to the Embedded

#Region Project Attributes
...
#AdditionalLib: HIAE_MDA_Patient_IOSSDK.framework
#End Region


fatal error: 'HIAE_MDA_Patient_IOSSDK' file not found
#import "HIAE_MDA_Patient_IOSSDK"
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.


Hello, what am I doing wrong?
 
Upvote 0
How do I run the code below with #if objc or with NativeObject

let vc = ConferenceViewController(nibName: btnBeneficios_Click, bundle: nil)
vc.urlConference = "http://exemplo.com.br"
vc.modalPresentationStyle = .overFullScreen
self.present(vc,animated:False, completion: nil)
 
Upvote 0
Top