iOS Question As of today, my iPhone apps no longer work

RauchG

Active Member
Licensed User
Longtime User
I updated to the latest iOS version. Now I get the message.

The developer has to update this app in order for it to work with this iOS version

I also get this message with the "B4i-Bridge".
I left the programming on hold for a few months. If I want to reinstall the B4i-Bridge on the device (via the IDE) I get this error message:


Error:
B4i Version: 7.50
Parse den Code.    (0.21s)
Building folders structure.    (0.02s)
Führe individuellen Aktion aus.    (0.05s)
Kompiliere den Code.    (0.25s)
Building designer app.    (0.03s)
Erstelle Xcode-Projekt.    (0.39s)
Projekt für Builder vorbereiten.    (1.62s)
    Projektgröße: 0.40 MB
Sende Daten an entfernten Compiler.    Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

Out: Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/administrator/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: Guenter Rauch (X7BXF5Q38N)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=725c3571-353e-4718-8ca0-8537cc788501 -arch armv7 -arch arm64

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = armv7 arm64
    CODE_SIGN_IDENTITY = iPhone Developer: Guenter Rauch (X7BXF5Q38N)
    CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = B4i-Bridge
    PROVISIONING_PROFILE = 725c3571-353e-4718-8ca0-8537cc788501

note: Using new build system
note: Using codesigning identity override: iPhone Developer: Guenter Rauch (X7BXF5Q38N)
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
error: No certificate for team 'X3F4883TZP' matching 'iPhone Developer: Guenter Rauch (X7BXF5Q38N)' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning. (in target 'B4iProject' from project 'B4iProject')
error: Provisioning profile "alle" expired on Oct 19, 2021. (in target 'B4iProject' from project 'B4iProject')


Error: ** BUILD FAILED **

Can anyone help me.
 
Top