-
Notifications
You must be signed in to change notification settings - Fork 212
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
Flutter.framework/Flutter' does not contain bitcode #152
Comments
I'm having the same issue tryin to build the iOS version. |
Fixed following this steps #42 (comment) |
Will try this. |
HI, flutter_webview_plugin.framework |
@vivdub did you open all settings? |
Yes I did that, this was the solution suggested in few threads, but it did not worked. |
Oh one more thing, I was seeing this build option inside Runner, but it was not there in OneSignal, when I added a custom variable, it said it is already there.
|
This is not a OneSignal issue. Please contact our suppor channel at OneSignal.com if you are looking for OneSignal-related help. Cheers |
Where exactly on OneSignal.com ? |
There is a chat bubble in the bottom right |
ok Thanks |
Go to Xcode:
For me it was set to YES for some reason. |
HI, |
Thanks a lot, it works for me! |
1 similar comment
Thanks a lot, it works for me! |
Hi,
I am getting the following issue after adding OneSignal SDK.
As per the previous threads here 'Enable Bitcode'is set to 'No' for Runner project, however I do not find same setting for 'OneSignalNotificationServiceExtension'.
I also see that in Pod file this is set to no for all.
Below is the POD file:
The code runs from command line but does not creates a build, neither from Xcode.
Did I missed anything ?
The text was updated successfully, but these errors were encountered: