Provisioning Profile "FluorSAs Distribution Profile doesn't match the entitlement's file's values

We had been using Appcelerator Studio to build our mobile applications, (a third party program that allowed us to use one code base, and then compile into both iOS and Android platforms). Last year, Appcelerator Studio was discontinued. We still have one application that has not been moved over to other source platforms yet. We are not making any changes to this application, but the Distribution Profile has expired, so we need to attach a new one.

The MacMini I had used to build the applications would not allow me to create a new Distribution Profile, as I apparently had an outdated version of Xcode on it. I couldn’t upgrade Xcode because I had an outdated Mac OS, and I couldn’t update the Mac OS because the MacMini was too old.

I have since obtained a new MacMini, with MacOs Monterey, and installed Xcode 13.4.1. I created a new Distribution Profile, and am attempting to use the Titanium CLI (in place of Appcelerator) to rebuild the application with the new Distribution Profile. I believe I have created/installed the necessary Company Certificate, etc. to the keychain.

I also have since discovered that profiles can no longer contain the wildcard bundle id, so the new profile was created with a specific one, com.fluor.fluorsas.

When I try to compile, I get the following error:

error: No profile for team 'C595F4F3RW' matching 'FluorSAs Distribution Profile 20230207' found: Xcode couldn't find any provisioning profiles matching 'C595F4F3RW/FluorSAs Distribution Profile 20230207'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the Signing & Capabilities tab of the target editor. (in target 'Fluor SAs' from project 'Fluor SAs')

[ERROR] 2022-08-25 14:03:38.739 xcodebuild[30486:2235263] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

[ERROR] 2022-08-25 14:03:38.739 xcodebuild[30486:2235263] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore

[ERROR] ** ARCHIVE FAILED **

Any help would be GREATLY appreciated.

Provisioning Profile "FluorSAs Distribution Profile doesn't match the entitlement's file's values
 
 
Q