iOS Question Specified Keychain could not be found

marcick

Well-Known Member
Licensed User
Longtime User
Saw some threads about this but I'm not able to solve.
I have bought the hosted builder because I want to get rid of my Imac.
When compiling I have the error in the title.
I have tried also the "Prefer secondary" option but no success.
The local Mac works fine.

B4X:
B4i Version: 5.80
Parsing code.    (0.32s)
Building folders structure.    (0.64s)
Compiling code.    (3.02s)
Compiling layouts code.    (0.13s)
Compiling debugger engine code.    (0.08s)
Building Xcode project    (2.09s)
Sending data to remote compiler.    Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

Out: Build settings from command line:
    ARCHS = arm64
    CODE_SIGN_IDENTITY = iPhone Distribution: xxxxxxxxxxxxxxxxxxxx
    CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = MyApp
    PROVISIONING_PROFILE = xxxxxxxxxxxxxxxxxxxxx

note: Using new build system
note: Planning build
note: Constructing build description
Build system information
warning: Skipping duplicate build file in Copy Bundle Resources build phase: /Users/administrator/Documents/UploadedProjects/<user id>/it.lproj/InfoPlist.strings (in target 'B4iProject')

.. cut

  "_kAPMIsAnalyticsCollectionEnabled", referenced from:
      +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics_b1a58c0e5ea47877b382a92fe9c18663.o)
  "_kAPMMonitorLogTagOptionKey", referenced from:
      +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics_b1a58c0e5ea47877b382a92fe9c18663.o)
  "_kAPMSafelistedEventsOptionKey", referenced from:
      +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics_b1a58c0e5ea47877b382a92fe9c18663.o)
  "_kFIRLoggerAnalytics", referenced from:
      +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics_b1a58c0e5ea47877b382a92fe9c18663.o)
ld: symbol(s) not found for architecture arm64
clang: error:
linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
    Ld /Users/administrator/Documents/UploadedProjects/<user id>/Payload/MyApp.app/MyApp normal arm64
(1 failure)
 
Top