Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] Enable the PushToTalk framework in the simulator. (xamarin#17274
) Apple provides the headers to target PushToTalk (so using PushToTalk in code builds just fine for the simulator in Xcode), but it doesn't work at runtime. I believe it's better to allow the same thing in our bindings, for two reasons: * Apple prints out a helpful error message at runtime, instead of our rather incomprehensible build error. * Apple might implement simulator support in the future, in which case we won't need to do anything else.
- Loading branch information