star-micronics / StarXpand-SDK-iOS

StarXpand SDK for iOS is a software development kit for supporting application development for Star Micronics devices.
https://star-m.jp/starxpandsdk-oml.html
Other
27 stars 5 forks source link

Apps built with Xcode 13.2 or later crash when run on iOS 12 devices #1

Closed bandit-ibayashi closed 2 years ago

bandit-ibayashi commented 2 years ago

Issue

When running an application built with Xcode 13.2 or Xcode 13.2.1, the application crashes at launch on an iOS 12 device. When built with Xcode 13.1, no crash will occur and the application will run normally.

Scope of effect

When building with Xcode 13.2 or Xcode 13.2.1 and supporting iOS 12.

Temporary workaround

Build with Xcode 13.1.

Cause

We think it is most likely to be an Xcode issue.

An issue has been reported on the Apple Developer forums where the application crashes under the same conditions (Xcode/iOS) and with the same error message, which is currently unresolved.

bandit-ibayashi commented 2 years ago

We confirmed this issue has been resolved in Xcode 13.3. Thanks!