https://github.com/yomi4486/xero_talk
ちょっとセキュアなチャットツール(スターお願いします)
https://github.com/yomi4486/xero_talk
dart firebase firebase-auth flutter livekit
Last synced: 4 months ago
JSON representation
ちょっとセキュアなチャットツール(スターお願いします)
- Host: GitHub
- URL: https://github.com/yomi4486/xero_talk
- Owner: yomi4486
- License: gpl-3.0
- Created: 2024-09-12T01:17:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T12:47:25.000Z (4 months ago)
- Last Synced: 2025-06-21T13:39:43.524Z (4 months ago)
- Topics: dart, firebase, firebase-auth, flutter, livekit
- Language: Dart
- Homepage:
- Size: 1.15 MB
- Stars: 21
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xero_talk - ちょっとセキュアなチャットツール
## 使用技術

## その他メモ
リリースビルド時のエラーの解決方法
下記エラーが出た場合は`ios/Runner.xcworkspace`を開いてタブの`Product > Build`をタップしてからまたコマンドを実行すれば治る。証明書の問題っぽい
```
Could not build the precompiled application for the device.
Error (Xcode): No profiles for 'com.example.xeroTalk' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.xeroTalk'. Automatic signing is disabled and unable to generate a profile. To enable
automatic signing, pass -allowProvisioningUpdates to xcodebuild.
~/xero_talk/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device.
Verify that the Bundle Identifier in your project is your signing id in Xcode
open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem.
Error running application on yomi4486’s iPhone13.
```