-
Notifications
You must be signed in to change notification settings - Fork 12
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
iOS - Bundling an app for App Store does not work #9
Comments
Hmmm... Buglife isn't overriding any build settings (and AFAIK it's not even possible for Buglife to override your application's build settings the way any workspace is structured that includes it). Felix himself (author of Fastlane) has used Buglife in personal projects, so this shouldn't be an issue... Investigating now, we might have to submit a PR for fastlane but I'll keep this issue open for book keeping. |
@schukin getting issues as well, when trying to submit to the app store – on my case, from the Xcode organizer. The app icon appears in gray, no version, and the "Upload to App Store" is not available. I’m still investigating it – not 100% precent sure it’s related to Buglife – but it wasn’t like that on the previous version I uploaded, which the noticeable difference was Buglife integration. Did you find any solution to this? |
@oferRounds could you attach a screenshot? I'm not 100% sure which app icon / upload button you're referring to in Xcode... |
hey @schukin, I actually found the solution. The problem is that the Buglife-iOS project, its I’m not entirely sure about all this – never encountered it before – but you can see here more on that, and anyhow, doing the above solved it for me: |
Hmm, yeah, we've been having on & off issues with React Native, partially due to the pace of change of conventions. Thanks for looking into this, I'll see what we can do on Buglife-iOS to get this resolved here. |
Just encountered the exact same problem using react-native-buglife and @oferRounds solutions works ! This fix works in a dev environment because we can manually fix the Buglife.xcodeproj, but in a CI/CD environment, it is not possible without forking the project for now. Please push a fix to the npm registry 😇 The following issue fastlane/fastlane#10559 is also mentioning a similar solution. |
My build dev and local deployment build using fastlane work just great now but building for the Appstore fails.
This issue seems to explain that it comes from external libraries overriding build options. I guess there is something wrong with React-Native-Buglife.
The text was updated successfully, but these errors were encountered: