Not finding @import module
Not finding @import module
- Subject: Not finding @import module
- From: Steve Mills <email@hidden>
- Date: Sat, 06 May 2017 01:00:38 -0500
One my work machine running 10.10.5 and Xcode 7.2.1, I added a subproject that builds an iOS framework (UnrarKit) to my iOS app project. The one source file in the app project that needs it got an @import added and it was found. I checked everything in and synced on my home machine running 10.12.4 and Xcode 8.3.2, but building gets an error that it can't find UnrarKit. One difference between the two is that the older system builds the UnrarKit.framework in the standard DerivedData folder, but the newer one builds it in the "build" folder next to the .xcodeproj. Could that be causing the problem?
The UnrarKit framework target was added as a dependency in the app target, and it links to it. I also tried changing the @import to a good ol' #import "UnrarKit/UnrarKit.h", but that also fails to find it.
--
Steve Mills
Drummer, Mac geek
_______________________________________________
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