Fail to Import RestKit with Cocoapods Dynamic Frameworks
问题 I have the prelease version of cocoapods installed, 0.26, and trying to install the latest version of RestKit. In my podfile I've turned on the use_frameworks! flag to force cocoapods to use dynamic frameworks. Putting import RestKit in my swift file causes a build failure: 'RKValueTransformers.h' file not found . RestKit is set up to use a handful of other libraries and include their headers into the project (AFNetworking, RKValueTransformers, TransitionKit, etc.) According to an article for