Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build on macOS in XCode 11.0 beta X #2436

Closed
1 of 5 tasks
Jhonte opened this issue Aug 2, 2019 · 3 comments
Closed
1 of 5 tasks

Can't build on macOS in XCode 11.0 beta X #2436

Jhonte opened this issue Aug 2, 2019 · 3 comments
Labels
impact: build-error Behaviour causing build failure platform: ios

Comments

@Jhonte
Copy link

Jhonte commented Aug 2, 2019

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.

image

"react-native-firebase": "5.5.6",
"react-native": "0.60.4",

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.settings jetifier=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.

@Ehesp
Copy link
Member

Ehesp commented Aug 2, 2019

cc @Salakar @mikehardy more Xcode fun 🗡

@Ehesp Ehesp added impact: build-error Behaviour causing build failure platform: ios labels Aug 2, 2019
@Salakar
Copy link
Contributor

Salakar commented Aug 2, 2019

I'm not sure this is specifically related to RNFB, could you also raise this issue over at https://github.com/firebase/firebase-ios-sdk and keep us posted. Thanks

@Jhonte
Copy link
Author

Jhonte commented Aug 6, 2019

Workaround presented here, firebase/firebase-ios-sdk#3500 (comment)

Closing this one to avoid clutter.

@Jhonte Jhonte closed this as completed Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact: build-error Behaviour causing build failure platform: ios
Projects
None yet
Development

No branches or pull requests

3 participants