[SOLVED]: App refuses to find Framework's Objective-C Generated Header: whats wrong?
[SOLVED]: App refuses to find Framework's Objective-C Generated Header: whats wrong?
- Subject: [SOLVED]: App refuses to find Framework's Objective-C Generated Header: whats wrong?
- From: David Hoerl <email@hidden>
- Date: Mon, 17 Oct 2016 10:39:48 -0400
Well, João nailed it:
Install Objective-C Compatibility Header -> Yes
What happened is that early on, looking at this Build Setting in the
Framework, I selected that to "No", thinking that since the Framework
(aka Module) was all Swift, I didn't need one installed for the use by
the framework. However, if you read the description for this setting,
you find that it must be yes for Objective C code in the module
consuming app to "see" the framework objects.
Ironically, if I had had just a single Objective C file in the Framework
I would never have had this issue.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden