Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution error in xcode16.0 iPadOS18simulator #31

Open
github-bs opened this issue Oct 17, 2024 · 1 comment
Open

Execution error in xcode16.0 iPadOS18simulator #31

github-bs opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
Status: question Further information is requested Target: other

Comments

@github-bs
Copy link

Description

When I run it on the ios simulator, I get the following error on [Xocde console log].
Is there a solution?

[Xocde console log]
Building for 'iOS-simulator', but linking in object file (xxxx/StarIO.framework/Versions/A/StarIO[arm64]2) built for 'iOS'

[Environment]
XCode16
Simulator - iPad(10th) OS:18.0

[Framework adaptation procedure]
The forllowing is adaptation for star framework

  1. download link
    Web:
    https://sp-support.star-m.jp/developers/ios-sdks/
    downloadlink
    https://sp-support.star-m.jp/developers/ios-sdks/#unlock

  2. Unzip,and copy
    ・unzip file「StarPRNT_iOS_SDK_V5.18.0_20240624.zip」and move libs

  3. add item for info.plist

  4. add Objective-C Bridging Header
    reference:
    https://www.star-m.jp/products/s_print/sdk/starprnt_sdk/manual/ios_swift/ja/configure_application.html

5 add 「Link Binary With Libraries」on Build Phases

Your device where the bug occurs

  • Device:
    Simulator - iPad(10th) OS:18.0
  • OS:
    iPadOS 18.0

Your development environment

MacOS: 14.6.1

@bandit-ibayashi
Copy link
Member

@github-bs Thank you for posting this Issue.

I tried to reproduce this issue using the same procedure as you did, but the same error did not occur and the build was successful and printing from the simulator was performed.
Here is my development environment, including the OS version, which seems to be the same, but if there are any differences I would be glad to hear from you.

% sw_vers
ProductName:		macOS
ProductVersion:		14.6.1
BuildVersion:		23G93

% uname -a
Darwin Kernel Version 23.6.0: Mon Jul 29 21:16:46 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8112 arm64

% xcodebuild -version 
Xcode 16.0
Build version 16A242d

Thank you in advance.

@bandit-ibayashi bandit-ibayashi self-assigned this Oct 25, 2024
@bandit-ibayashi bandit-ibayashi added Status: question Further information is requested Target: other labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: question Further information is requested Target: other
Projects
None yet
Development

No branches or pull requests

2 participants