The Android version of the app has been in production for some time without issues.
The iOS version also works correctly using AI Companion.
Before generating the build, I completed the following steps:
· Registered as an Apple Developer
· Downloaded the Certificate Signing Request from MIT App Invento r
· Created an iOS Distribution Certifica te
· Created an Ad-Hoc Provisioning Prof ile
· Associated with the correct Ap p ID
· Added the target d evice
· Verified that both certificate and profile are active and valid unti l 2027
Screenshots confirm:
· The iOS Distribution certificate is valid
· The Ad-Hoc Provisioning Profile is valid
· The App ID matches the project
· The device is correctly registered
A. App Inventor Compiler Error
The compiler fails with:
ERROR: Failed to sign framework: PSRedisClient.framewor k
This indicates that App Inventor is not signing internal frameworks, which prevents the creation of a valid .ip a.
B. Apple Transporter Rejects the Build
· When a .ipa is produced, Transporter reports:
· ERROR ITMS-90426: Missing SwiftSupport f older
· ERROR ITMS-90167: Unsupport ed SDK
· ERROR ITMS-90161: Invalid Provisioning Profile
· Internal frameworks appear unsigned
C. Ad-Hoc Installation Fails
Even with:
· A valid certificate
· A valid Ad -Hoc profile
· A registered device
· Apple Configurator 2
The .ipa cannot be installed.
The MIT App Inventor compiler shows:
“ERROR: Failed to sign framework”
PSRedisClient.framewor k

