EPNW / opus_flutter

Repository for the federal organized opus_flutter plugin, which is needed to easily obtain a DynamicLibrary of opus for the use in opus_dart on flutter platforms.
https://pub.dev/packages/opus_flutter
9 stars 10 forks source link

New iOS build instructions #7

Closed EP-u-NW closed 3 years ago

EP-u-NW commented 3 years ago

The newer ios versions require that a framework does not contain binaries for simulator and devices. The solution is to build one framework for simulator and another for the actual devices and then combine them into a xcframework. We will update build instructions soon.

EP-u-NW commented 3 years ago

iOS binaries are now included