microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 808 forks source link

cannot open input file 'GameKit.lib' #347

Open Bartmax opened 8 years ago

Bartmax commented 8 years ago

Trying to port some of my apps, when compiling I get

Error   LNK1181 
cannot open input file 'GameKit.lib'    

How can I solve this? Can I remove GameKit? How?

cre8ivepark commented 8 years ago

Sometimes I get similar errors with other libraries such as AVKit.lib, even though I haven't used it on my app. Restarting/cleaning project or deleting Debug folder or re-creating VS solution with vsimporter fixed the error.

Bartmax commented 8 years ago

i still can't make this to work. Another idea?

Bartmax commented 8 years ago

I thought you were abondoning this project, yet on Build you talk about being very active and want to help people with existing ios code.

It's been almost 2 month since I opened this issue. I'm wondering, are you interested on apps ported to uwp ? Can we talk?

jaredhms commented 8 years ago

Hi, Bartmax. We have a stub in place for GameKit, so it's not clear what could be causing this for you. I'm unable to repro locally; can you please retry, and post additional repro steps if you're still hitting this?