-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug]: XCode throws Cycle inside Runner
when building for iOS
#790
Comments
Flutter doctor output
|
Hello, I had the same issue. We really need OneSignal to step up on this as the 5.0.4 is really buggy. Anyhow, there is a workaround for this bug (happening on Xcode 15 and iOS 17). In Xcode, in your app target build phases, you should have something called "Embed App Extensions" or "Embed Foundation Extensions" at the end of the build phases. If you drag it BEFORE "Run Script", it should prevent this build error to happen. Check this screenshot to see where I put my "Embed Foundation Extensions" phase in the list |
this. thank you! worked 🙏 |
Thank you very much @ipapps. This workaround helped me a lot! |
This worked for me, I'm currently onesignal_flutter: 5.1.2 |
@ipapps thanks a million, you just saved the day. Works for me like charm on Xcode 15.3 Beta and iOS 17.3. I would assume when you drag items, this is moving lines in some file. |
Hi everyone i have the same problem, but i have a conflict with FMDB |
Genius! Worked as a charm. |
Unbelievable, I spent 2 hours on this and this is the solution? I can't believe it’s still happening after a whole year! |
yep i spent quite a lot of time trying to resolve this one before i found this |
thanks a million |
Thank you |
This took me more than 2 days... @ipapps thank you very much! |
Hi everyone, thanks for reporting and providing workarounds. This is not a OneSignal bug but appears to be some sort of xcode 15 default configuration issue. Please see the flutter issue discussing this: flutter/flutter#135056 (comment). However, this is frustrating to encounter, we will add troubleshooting documentation for the |
What happened?
After following the installation steps in https://documentation.onesignal.com/docs/flutter-sdk-setup XCode will no longer build the project
Steps to reproduce?
What did you expect to happen?
For the app to run
OneSignal Flutter SDK version
5.0.4
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: