[go-nuts] Re: gomobile bind -target=ios ld: framework not found OpenGL

2018-01-30 Thread John Teasdale
Thanks, that lead me in the right direction. The OpenGL library that I'm using: https://github.com/goxjs/gl claims to support iOS (which it does) but it doesn't recognize the 'ios' build tag that gomobile uses. On Sunday, January 28, 2018 at 5:58:12 AM UTC-8, Elias Naur wrote: > > Only

[go-nuts] Re: gomobile bind -target=ios ld: framework not found OpenGL

2018-01-28 Thread Elias Naur
Only OpenGL ES (OpenGLES.framework) is available on iOS. Furthermore, iOS builds use the frameworks installed in the platform directory. On my system that's /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks or