You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
error: The linked library 'libtcx.a' is missing one or more architectures required by this target: i386. (in target 'TokenCoreX' from project 'TokenCoreX')
Build settings from command line:
BUILD_DIR = ./Products
BUILD_ROOT = ./Products
ONLY_ACTIVE_ARCH = NO
SDKROOT = iphoneos14.2
note: Using new build system
note: Planning build
note: Constructing build description
error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "8Z7NF6BL8X" with a private key was found. (in target 'TokenCoreX' from project 'TokenCoreX')
error: The linked library 'libtcx.a' is missing one or more architectures required by this target: armv7. (in target 'TokenCoreX' from project 'TokenCoreX')
** BUILD FAILED **
期待可以正常编译
The text was updated successfully, but these errors were encountered:
执行./tools/ios-framework-build.sh时编译,依然出现i386和armv7的报错。如下信息:
error: The linked library 'libtcx.a' is missing one or more architectures required by this target: i386. (in target 'TokenCoreX' from project 'TokenCoreX')
** BUILD FAILED **
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -target TokenCoreX ONLY_ACTIVE_ARCH=NO -configuration Release -sdk iphoneos BUILD_DIR=./Products BUILD_ROOT=./Products build
Build settings from command line:
BUILD_DIR = ./Products
BUILD_ROOT = ./Products
ONLY_ACTIVE_ARCH = NO
SDKROOT = iphoneos14.2
note: Using new build system
note: Planning build
note: Constructing build description
error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "8Z7NF6BL8X" with a private key was found. (in target 'TokenCoreX' from project 'TokenCoreX')
error: The linked library 'libtcx.a' is missing one or more architectures required by this target: armv7. (in target 'TokenCoreX' from project 'TokenCoreX')
** BUILD FAILED **
期待可以正常编译
The text was updated successfully, but these errors were encountered: