BRYSerialAnimationQueue
BRYSerialAnimationQueue copied to clipboard
Modules disabled for Pods project
I spend some time to resolve error @import “Unexpected '@' in program” caused disabled modules for Pods project.
Solution: Project - Pods Build Settings - Enable Modules: YES
Where are you seeing this error? I don't see it when a) cloning this repo b) running pod install
c) opening BRYSerialAnimationExample.xcworkspace
@AlloyDev Are you using Xcode 5? I'm going to close this if you can't help me figure out how to reproduce.
Did exactly what you said. clone -> pod install -> open workspace.
.../Projects/BRYSerialAnimationQueue/Classes/BRYSerialAnimationQueue.h:9:1: Unexpected '@' in program for @import UIKit;
Use Xcode 5.0.2
When I set "Enable modules" to YES for Pods project, error is gone. http://snag.gy/mYlJh.jpg