iOS Question Error creating keystore file

alimanam3386

Active Member
Licensed User
Longtime User
Hi I am trying to create a Sign key ( b4i version 10 ) on Windows 11 64-bit operating system, ARM-based processor but I am getting below error. ( using Parallels Desktop on Macbook m1)


[IDE message - 3:37:17]
An error occurred.
Error creating keystore file.
Error retrieving token: Communication error: NameResolutionFailure
 

Attachments

  • a1.png
    a1.png
    50.9 KB · Views: 13
  • a2.png
    a2.png
    33.1 KB · Views: 14

alimanam3386

Active Member
Licensed User
Longtime User
another problem when I try to Build B4i-bridge app on hosted builder mode ( 1.png attached )
also when I try to use local builder I am getting below error :

B4i Version: 10.00
Parsing code. (0.00s)
Building folders structure. (0.02s)
Compiling code. (0.00s)
Building designer app. (0.01s)
Building Xcode project. (0.10s)
Preparing project for builder. (0.12s)
Project size: 0.45 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/ali/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Ali Dakhilzadeh (HR5DW5Z3PZ)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=0ff78aca-728f-4f67-a59c-f5d33237d84b -arch arm64

Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Ali Dakhilzadeh (HR5DW5Z3PZ)
CONFIGURATION_BUILD_DIR = /Users/ali/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 0ff78aca-728f-4f67-a59c-f5d33237d84b

note: Using codesigning identity override: iPhone Distribution: Ali Dakhilzadeh (HR5DW5Z3PZ)
ComputePackagePrebuildTargetDependencyGraph

Prepare packages

CreateBuildRequest

SendProjectDescription

CreateBuildOperation

ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'B4iProject' in project 'B4iProject' (no dependencies)

GatherProvisioningInputs

CreateBuildDescription

ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.1.sdk -x c -c /dev/null

ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.1.sdk -x objective-c -c /dev/null

ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1

ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.1.sdk -x c -c /dev/null

ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/ali/UploadedProjects/<user id>/Images.xcassets

ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/usr/bin/actool --version --output-format xml1

ExecuteExternalTool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details

Build description signature: 55ac087aab07338131459e5c81a66fa9
Build description path: /Users/ali/UploadedProjects/<user id>/build/XCBuildData/55ac087aab07338131459e5c81a66fa9.xcbuilddata
error: There is no XCFramework found at '/Users/ali/Libs/iDesigner.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/ali/Libs/iCore.xcframework'. (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
 

Attachments

  • 1.png
    1.png
    64.1 KB · Views: 10
Upvote 0
Top