Skip to content
New issue

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

Deployment Target 6.0 & Xcode 4.6.1 causes compilation failure #35

Open
rcabamo opened this issue Mar 22, 2013 · 1 comment
Open

Deployment Target 6.0 & Xcode 4.6.1 causes compilation failure #35

rcabamo opened this issue Mar 22, 2013 · 1 comment

Comments

@rcabamo
Copy link

rcabamo commented Mar 22, 2013

When I triying to build my little project with this especification one error appear

Reachability.m:41:1: Property with 'retain (or strong)' attribute must be of object type

This is my PodFile:

platform :ios, '6.0'

pod 'RCLocationManager', :head
pod 'MagicalRecord', '2.0.8'
pod 'Parse', '1.1.32'
pod 'Reachability', :head
pod 'SSKeychain', '0.2.1'
pod 'JASidePanels', '~> 1.3.0'
pod 'NewRelicAgent', '1.0.0'

Any idea what is happens or how I solve it?

Thanks :)

@tonymillion
Copy link
Owner

Use tag number 3.2 it still supports iOS5 / 'assign' dispatch_queue_t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants