iOS Question nanopb.xcframework:1:1: error: The signature of “nanopb.xcframework” cannot be verified.

jahswant

Well-Known Member
Licensed User
Longtime User
I'm tryint to compile one of my apps with the new version but get this.

nanopb.xcframework:1:1: error: The signature of “nanopb.xcframework” cannot be verified.


B4X:
B4i Version: 10.00
Parsing code.    (0.32s)
Building folders structure.    (0.29s)
Running custom action.    (0.04s)
Compiling code.    (0.83s)
Compiling layouts code.    (0.08s)
Compiling debugger engine code.    (3.91s)
Building Xcode project.    (0.55s)
    Swift placeholder added
C++ libraries found
Preparing project for builder.    (1.91s)
    Project size: 2.60 MB
Sending data to remote compiler.    Error
Out: Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=CHIC CONFIGURATION_BUILD_DIR=/Users/<user id>/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator "ARCHS=x86_64 arm64" "VALID_ARCHS=x86_64 arm64"

Build settings from command line:
    ARCHS = x86_64 arm64
    CODE_SIGNING_REQUIRED = NO
    CONFIGURATION_BUILD_DIR = /Users/<user id>/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
    PRODUCT_NAME = CHIC
    SDKROOT = iphonesimulator26.1
    VALID_ARCHS = x86_64 arm64

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
 

Attachments

  • B4i Version 10.00.txt
    168.9 KB · Views: 14
Solution
this thread helped

jahswant

Well-Known Member
Licensed User
Longtime User
this thread helped

 
Upvote 0
Solution
Top