You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to get a build for macOS in the new Xcode 11.0 beta 4 working for a while (the iPad variant). But no matter how I configure the provision profiles it always ends up with this errors in XCode.
XCode itself shows no errors in the Signing and Capabilities tab - have Automatically manage signing checked. Has anyone else experienced this or can it be something wrong in the library?
Thanks for any help or input.
Project Files
iOS
Click To Expand
ios/Podfile:
I'm not using Pods
I'm using Pods and my Podfile looks like:
pod 'Firebase/InAppMessagingDisplay', '> 6.3.0'
pod 'Firebase/Messaging', '> 6.3.0'
pod 'Firebase/AdMob', '> 6.3.0'
pod 'Firebase/Auth', '> 6.3.0'
pod 'Firebase/Core', '> 6.3.0'
pod 'Firebase/Firestore', '> 6.3.0'
pod 'Firebase/Storage', '> 6.3.0'
pod 'Firebase/RemoteConfig', '> 6.3.0'
pod 'Firebase/Performance', '> 6.3.0'
pod 'Firebase/Functions', '> 6.3.0'
pod 'Fabric', '> 1.10.2'
pod 'Crashlytics', '> 3.13.2'
# N/A
AppDelegate.m:
// N/A
Android
Click To Expand
Have you converted to AndroidX?
my application is an AndroidX application?
I am using android/gradle.settingsjetifier=true for Android compatibility?
I am using the NPM package jetifier for react-native compatibility?
android/build.gradle:
// N/A
android/app/build.gradle:
// N/A
android/settings.gradle:
// N/A
MainApplication.java:
// N/A
AndroidManifest.xml:
<!-- N/A -->
Environment
Click To Expand
react-native info output:
info Fetching system and libraries information...
System:
OS: macOS 10.15
CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
Memory: 263.18 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.16.0 - /usr/local/bin/node
Yarn: 1.16.0 - /usr/local/bin/yarn
npm: 6.4.1 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 13.0, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0
Android SDK:
API Levels: 23, 24, 25, 26, 27, 28
Build Tools: 23.0.1, 23.0.2, 23.0.3, 24.0.3, 25.0.0, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.2, 28.0.3
System Images: android-23 | Intel x86 Atom, android-23 | Intel x86 Atom_64, android-23 | Google APIs Intel x86 Atom, android-25 | Android TV Intel x86 Atom, android-25 | Android Wear ARM EABI v7a, android-25 | Android Wear Intel x86 Atom, android-25 | Google APIs Intel x86 Atom, android-25 | Google APIs Intel x86 Atom_64, android-26 | Android TV Intel x86 Atom, android-26 | Android Wear Intel x86 Atom, android-26 | Google APIs Intel x86 Atom, android-26 | Google Play Intel x86 Atom
IDEs:
Android Studio: 3.1 AI-173.4720617
Xcode: 11.0/11M374r - /usr/bin/xcodebuild
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.4 => 0.60.4
npmGlobalPackages:
create-react-native-app: 1.0.0
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
react-native-rename: 2.2.2```
<!-- change `[ ]` to `[x]` to select an option(s) -->
- **Platform that you're experiencing the issue on**:
- [ ] iOS
- [ ] Android
- [ ] **iOS** but have not tested behavior on Android
- [ ] **Android** but have not tested behavior on iOS
- [ ] Both
- **`react-native-firebase` version you're using that has this issue:**
- `e.g. 5.4.3`
- **`Firebase` module(s) you're using that has the issue:**
- `e.g. Instance ID`
- **Are you using `TypeScript`?**
- `Y/N`
</p>
</details>
<!-- Thanks for reading this far down ❤️ -->
<!-- High quality, detailed issues are much easier to triage for maintainers -->
<!-- For bonus points, if you put a 🔥 (:fire:) emojii at the start of the issue title we'll know -->
<!-- that you took the time to fill this out correctly, or, at least read this far -->
---
Think `react-native-firebase` is great? Please consider supporting all of the project maintainers and contributors by donating via our [Open Collective](https://opencollective.com/react-native-firebase/donate) where all contributors can submit expenses. [[Learn More]](https://invertase.io/oss/react-native-firebase/contributing/donations-expenses)
- 👉 Check out [`React Native Firebase`](https://twitter.com/rnfirebase) and [`Invertase`](https://twitter.com/invertaseio) on Twitter for updates on the library.
The text was updated successfully, but these errors were encountered:
Issue
I have tried to get a build for macOS in the new Xcode 11.0 beta 4 working for a while (the iPad variant). But no matter how I configure the provision profiles it always ends up with this errors in XCode.
XCode itself shows no errors in the Signing and Capabilities tab - have Automatically manage signing checked. Has anyone else experienced this or can it be something wrong in the library?
Thanks for any help or input.
Project Files
iOS
Click To Expand
ios/Podfile
:I'm not using Pods
I'm using Pods and my Podfile looks like:
pod 'Firebase/InAppMessagingDisplay', '
> 6.3.0'> 6.3.0'pod 'Firebase/Messaging', '
pod 'Firebase/AdMob', '
> 6.3.0'> 6.3.0'pod 'Firebase/Auth', '
pod 'Firebase/Core', '
> 6.3.0'> 6.3.0'pod 'Firebase/Firestore', '
pod 'Firebase/Storage', '
> 6.3.0'> 6.3.0'pod 'Firebase/RemoteConfig', '
pod 'Firebase/Performance', '
> 6.3.0'> 6.3.0'pod 'Firebase/Functions', '
pod 'Fabric', '
> 1.10.2'> 3.13.2'pod 'Crashlytics', '
# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:The text was updated successfully, but these errors were encountered: