We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Where are you seeing this error? I don't see it when a) cloning this repo b) running pod install c) opening BRYSerialAnimationExample.xcworkspace
pod install
BRYSerialAnimationExample.xcworkspace
Sorry, something went wrong.
@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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: