AI Integration Quick Reference
AI Integration Quick Reference
Key steps to publish your CometChat iOS app:
- Add a Run Script Phase in Build Phases to strip simulator architectures
- Use the appropriate script for your Xcode version (11.4 vs 11.5+)
- The script removes unused architecture slices from embedded frameworks
- For beta SDK versions, update
CFBundleShortVersionStringinCometChatSDK.framework/Info.plist(remove “beta” from version string)

Build Phases —> Click on [+] Button —> New Run Script Phase.

Run Script.
If you are using Xcode 11.4 then please use the below script
- Ruby
Xcode 11.5 or higher then please use the below script
- Ruby