Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

can not run your code #2

Closed
AllanChen opened this issue Sep 15, 2012 · 4 comments
Closed

can not run your code #2

AllanChen opened this issue Sep 15, 2012 · 4 comments
Assignees
Labels

Comments

@AllanChen
Copy link

download and open it , xcode just show me this cash ..

reason: '-[DMAppDelegate setWindow:]: unrecognized selector sent to instance 0x6c58e50

@ErwannRobin
Copy link

@AllanChen > add : @synthesize window, viewController;
after @implementation DMAppDelegate
in DMAppDelegate.m

I think it may be caused by a different xcode version.

@AllanChen
Copy link
Author

I think that is not xcode project problem.. my xcode version is 4.3.1 .. and i try to find that issue, final i replace your viewController and run ,the problem was gone.. i really dont know why. any idea for this ?

@ErwannRobin
Copy link

I can confirm you that it was due to xcode version.
I just updated to xcode 4.5 and the code compiles vanilla, without modifications.

I think some @Synthetize statements became not compulsory with latest xcode version

@ghost ghost assigned malcommac Sep 22, 2012
@malcommac
Copy link
Owner

fixed. thanks!

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

No branches or pull requests

3 participants