3

I am getting this error while running this project.

failed to import bridging header '/Users/OdysseyApps/Desktop/ashraf/onedrive-sample-sync-ios-master/OneAPI Sync/OneAPI Sync-Bridging-Header.h'

I think the problem is the space in project name OneAPI Sync. please give me some suggestion.

Billal Begueradj
  • 20,717
  • 43
  • 112
  • 130
Mir Ashraf
  • 121
  • 7

1 Answers1

1

Probably You have imported some class in bridge file. That is not a part of your bundle.(or didn't accidentally imported .m file) Try to find that class and remove that class import statement.