Closed ivarli closed 1 month ago
Hi @ivarli
The issue is resolved by simply removing OneSignalNotificationServiceExtension.appex from Framework, Libraries and Embedded content section
Before
After
Thanks a lot,
I had to flutter clean
once more, after your solution and it worked.
You saved me days of headaches.
no, this will lead to another issue
[!] Unable to find host target(s) for OneSignalNotificationServiceExtension. Please add the host targets for the embedded targets to the Podfile.
no, this will lead to another issue
[!] Unable to find host target(s) for OneSignalNotificationServiceExtension. Please add the host targets for the embedded targets to the Podfile.
How do i add host target. I followed the one of removing the file and as you say it then gives this error on podfiles. Thanks
Hi @ivarli
The issue is resolved by simply removing OneSignalNotificationServiceExtension.appex from Framework, Libraries and Embedded content section
Before
After
Solution work but when i tried to build the project again i get : [!] Unable to find host target(s) for OneSignalNotificationServiceExtension. Please add the host targets for the embedded targets to the Podfile.
Using ionic capacitor.
Hi this solution worked better for me https://github.com/OneSignal/OneSignal-iOS-SDK/issues/1274#issuecomment-1710441280 Havent tested on real device but now i dont have any arrors when building or archiving
What happened?
I followed every step from Onesignal Flutter Tutorial, i am debugging since 3 days, but it still won't work. I tried out OneSignal on 16.09.2024 and it worked fine, but now after one Month nothing works. I can't start the app, because XCode is giving me the erorr that "Project X can't be installed". I reproduced every step so many times, and got through all of stackoverflow and github issues about this error, but still can't find any solution. I tried almost every suggested ones... I also asked ChatGPT-o1, followed 15 Steps step by step and have no solution yet...
Steps to reproduce?
What did you expect to happen?
I expected the app to build and run with the onesignal flutter package installed.
Here the final error screenshot:
OneSignal Flutter SDK version
5.2.6
Which platform(s) are affected?
Relevant log output
Code of Conduct