Questions tagged [bridge-header]

3 questions
0
votes
1 answer

New Swift 5 Class NOT Visible in Objective-C Class

I have a MacOS project with several targets and in which I have been refactoring Obj-C classes over to Swift 1 by 1. I have been doing this for months and all was fine and building well until the most recent class. The project simply refuses to…
Cliff Ribaudo
  • 8,932
  • 2
  • 55
  • 78
0
votes
2 answers

Swift : How to use method in framework in Viewcontroller?

I've import framework in project and create a bridge header since project is in swift. Now, I want to invoke method getChallengeDeviceId() present in Common.h header file in CommonLibrary framework. How can this be done?
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
-1
votes
1 answer

Directly Execute Objective C's AppDelegate in swift

I have a complete Objective C Project for IOS App. However, I would like to open a new project in Swift. I have successfully mixed and matched Swift and Objective C in the same project like using header-bridge file . And I can call methods from the…
kkkttc
  • 29
  • 2
  • 8