Reputation: 1933
Building an app on Xcode 6.3.2, now updated to Xcode 4 but it's the same. I need to import Facebook sdks and Parse sdks
Xcode tells me that the Bridging-Header.h file is not found. I made it this way:
(I tried both checking and unchecking "targets")
build error
Upvotes: 1
Views: 589
Reputation: 285082
According the build settings the header is expected to be in the subfolder Lug1
of the project folder. This specifies the physical folder on disk not any virtual folder in the side bar
If the name of the project is Lug1 the naming of the header is correct
Upvotes: 0