I'm trying to creating bindings to the iOS camera api via the AVFoundation framework but once I initialize the camera, I'm unable to run the app on my phone. I assumed it was because I needed to include specific keys in my Info.plist but it's not standard xml and once I convert it, the signature gets invalidated and I'm no longer able to install the app on my phone so I'm not sure if editing that would cause the same issue.
I've heard gomobile bind lets you control the Info.plist but it does not build a single app like the build command does and it doesnt like the main package either. I've heard it's only for building libraries to be used in your swift code which is not what im trying to do.
Is there anyway to make gomobile build with my own provided Info.plist? Or is there anyway to edit it without breaking the signature?
Comment From: cagedmantis
Hi there,
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
For asking questions, see:
-
Stack Overflow with questions tagged "go"
-
The Go Forum, a web-based forum
-
Gophers Slack, use the invite app for access. The
#general
channel is a good starting point. -
Go Community on Hashnode with questions and posts tagged with "go"
Please ask the question on one of the above forums.
(Quoted from https://go.dev/wiki/Questions)