play-co / gamekit

Game Closure Devkit Plugin for iOS GameKit and Android Game Services
4 stars 6 forks source link

Issue with iOS 9 #4

Open DenisStoliarchuk opened 9 years ago

DenisStoliarchuk commented 9 years ago

Hi!

I have problem with build game on IOS9 with module devkit-GameKit. I catch this errors from Xcode:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/System/Library/Frameworks/JavaScriptCore.framework/Headers/JSValueRef.h:53:3: Typedef redefinition with different types ('enum JSType' vs 'enum JSType')

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/System/Library/Frameworks/JavaScriptCore.framework/Headers/JSContext.h:48:12: Redefinition of 'JSContext' as different kind of symbol

Please help......

I use:

DenisStoliarchuk commented 9 years ago

I've installed also devkit-gamekit v0.2.0 and unfortunately still have problem

DenisStoliarchuk commented 9 years ago

Hi! I need this module ASAP! Maybe someone can help or just describe problem and I try fix it....

aimonx85 commented 8 years ago

Check my pull request here, the problem is fixed now ;)

xeijix commented 8 years ago

@aimonx85 I checked out your pull request. I'm getting the issue as well even with your update. Is there anything I'm doing wrong?

I'm using: devkit-core v4.2.4 xcode Version 7.2 (7C68)