-
Notifications
You must be signed in to change notification settings - Fork 144
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
Branch.h - iOS build doesn't work #642
Comments
I'm facing the same issue, and it happens both terminal and xCode.
Project dependencies:
Installed plugins:
Build output:
Cocoapods:
|
The issue was happening in my end due to opening the project not the workspace in Xcode. It is fixed now! |
You are absolutely right, if I'm opening the workspace (since the pods/dependent stuff get also imported via xcodeworkspace-file) in xcode I can build the project successfully; but thats not a suitable solution for me.. I would like to automate the building process without any necessary GUI-interaction. (aka via CLI) |
Our process is fully automated, the only steps we do have in our CI, is to make sure we have an updated enough pods gem and pods. The CI run |
I have the same issue with version 4.1.3 and ionic 3 when building for IOS. |
I am facing the same problem using ionic 4. I also cannot go back to version 3.x of the plugin for the same reason as the depreciation of the UIWebView usage. I'm waiting for a correction. |
Hello. I found a solution for this error. I'm using Ionic 4.x and Xcode 11.4.1. I removed the plugins folder: I installed/updated the following versions:
I reinstalled the ios platform: Before executing the build command, I did the following procedures:
With these procedures the build is successful and I no longer have the issue ITMS-90809 (UIWebView usage) when uploading my application. Hope this helps. |
Works for me! Thanks! |
Thanks @SidiBecker ! I've created a hook which can be added to your Ionic project which will fix (workaround) the issue by adding these 2 header search paths automatically: @ Branch team, I think this should be fixed in the Pod? |
Wonderful automation @Sroose. Thanks! |
Any update from the Branch team? I'm stuck on v3.4.0 because of this issue |
any news? |
Hey @adrenaline15 and @felipeclopes please refer to #604 (comment) I have tried to reproduce this issue with a fresh ionic install but it's building and running fine.
If you still have the same issue after this, please provide a minimal reproducible case. |
This can be reproduced by using |
how we can fix it if have to use facebook plugin? |
Here is a PR that will help with this #660 while this gets merged and released you can add the hook @Sroose shared above. (Thanks @sysmo-dsv for the contribution) Please note that some plugins still use the old CocoaPods way to resolve config dirs or other obscure ways that modify CocoaPods config causing other plugins to fail, since Branch is usually the first pod alphabetically, it'll show up as the error when attempting to build the main project. |
Branch team, any thoughts on when the fix for this will be released? |
Sorry for the delay. There's some iOS 14 related work that we'd like to include with the next release and choose to delay a bit. |
Version 4.2.0 of this plugin still fails when |
@echo-branch : We are not able to build an iOS build when we use your plugin. This is a work stoppage. Any ideas when this will get released - I am talking about the Branch.h file not found error |
We still have issues building our app with the 4.2.0 :
It seems there is a conflict with cordova-plugin-googleplus: 8.5.0 |
Any update from the Branch team? Version 4 of this plugin has been broken for 6 months now. With upcoming iOS changes, it'll be important for all developers to move off of version 3. |
Anything? |
@noahcooper We have a potential fix on staging, which is waiting on an iOS patch release. You could try pointing there to see if it resolves the issue. It would be pretty helpful if you could share what other 3rd party plugins you're using. |
@echo-branch I'm encountering this issue when using this plugin with the |
Any chance of a release of this plugin sometime soon with the fix for this issue? |
@noahcooper sorry about that, i totally dropped the ball on this patch release. Getting it out now. |
Yay, my build is working again. Thanks, Branch team! |
No it is not working for me. Still getting the same issue while build the app |
Hello there, I'm also facing the issue with the missing Branch.h-File...
Even tho I upgraded to the lastest cocoapods-release (1.9.1).
Installed plugins:
I previously had installed an old cocoapods-version (1.7.2) and did now a clean update/reinstall to the newest version:
But if I try to build via CLI it gives me following error:
-->
Please let me know if you need any further information!
Thanks in advance
The text was updated successfully, but these errors were encountered: