我使用的是 iOS 11,我想在我的应用程序中开发年度订阅购买逻辑。但自从今天升级到 iOS 11 以来。我新弹出的ui看起来像apple pay。但是我自己的应用程序没有显示 UI 只显示 UIAlert 样式的弹出窗口。
有人会帮助我应该使用哪些框架或工具包来显示苹果风格的购买弹出窗口?
我正在尝试创建由 make dist 构建的 j2objc 的 xcframework。
推测那些 .a 文件被编译为胖库,但由于使用 xCode11 编译时出现编译错误而使用 xCode10 构建。
我的构建环境是 xCode11 beta 2 和 MacOS 10.5 beta。
$ xcodebuild -create-xcframework -library ./lib/libjre_emul.a -library ./lib/macosx/libjre_emul.a -headers ./include/ -output lib/universal/libjre_emul.xcframework
error: binaries with multiple platforms are not supported './j2objc/dist/lib/libjre_emul.a'
Run Code Online (Sandbox Code Playgroud)