-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Looking for Feedback] OneSignal SDK v5.0.0-beta02 Released! #42
Comments
Not sure if of use to you guys but I tried to install this to my MAUI project (both as new nuget and as an upgrade from 4.3.3) and I receive the following error: Could not find a part of the path 'C:\Users\Admin.nuget\packages\onesignalsdk.dotnet\5.0.0-beta01\res\ios\OneSignalFramework.xcframework\ios-arm64_x86_64-maccatalyst\OneSignalFramework.framework\Versions\Current\Modules\OneSignalFramework.swiftmodule\x86_64-apple-ios-macabi.private.swiftinterface'. If you need any further information please let me know and I'll try to help further. |
@T-T-P thanks for checking out the beta! I've checked the package and it looks like that path does exist within the package, can you confirm the path exists on your file system? If it does, I think you might be running up against a max path length issue. |
The v5.0.0-beta02 has been released. For more information please see the release and migration guide. |
@brismithers Thank you for your swift response, I have also now had a chance to try v5.0.0-beta02 and I'm afraid I run in to the same error with that: Could not find a part of the path 'C:\Users\Admin.nuget\packages\onesignalsdk.dotnet\5.0.0-beta02\res\ios\OneSignalFramework.xcframework\ios-arm64_x86_64-maccatalyst\OneSignalFramework.framework\Versions\Current\Modules\OneSignalFramework.swiftmodule\x86_64-apple-ios-macabi.private.swiftinterface'. I have checked the folder C:\Users\Admin.nuget\packages\onesignalsdk.dotnet\5.0.0-beta02\res\ios\OneSignalFramework.xcframework\ios-arm64_x86_64-maccatalyst\OneSignalFramework.framework\Versions\Current\Modules\OneSignalFramework.swiftmodule\ and it is in fact empty so the file x86_64-apple-ios-macabi.private.swiftinterface doesn't exist there for some reason? It could be a max path issue preventing the file from being created, but with the username "Admin" the path couldn't be too much smaller so I would expect more testers to have the same issue? Obviously being a beta it's not a big problem for me atm but it would be nice to test some of the new features of v5.0.0 within MAUI ;-) |
Hi Guys, So the above is still a problem in the latest beta (5.0.0-beta03 on Windows) however I have been able to install and test it on a Mac and it runs perfectly, everything seems to work in both Debug & Release mode on iOS & Android which is great! I have a quick request for the next beta, would it be possible to change the nuget package to support .net 8 too as it currently only supports .net 7 and I would like to run some tests in the latest MAUI pre release (which is .net 8) if possible? Keep up the great work and thank you guys :-) |
Hello, I get this as well. Could not find a part of the path 'C:\Users\parke.nuget\packages\onesignalsdk.dotnet\5.0.0-beta03\res\ios\OneSignalFramework.xcframework\ios-arm64_x86_64-maccatalyst\OneSignalFramework.framework\Versions\Current\Modules\OneSignalFramework.swiftmodule\x86_64-apple-ios-macabi.private.swiftinterface'. |
For me too, Nuget throws below error while updating package from 4.33 to 5.0.0
Downloaded the package manually and compare with nuget cache location, lot of files were missing. It can't be fixed even if i copy those files, nuget roll backed the copied files. |
resolved this by creating NuGet.Config in the root of solution folder and specified the path as c:\nuget |
It is working fine...! |
Why has this been closed when multiple of us have reported issues that persist even in v5.0.x release versions? |
I don´t know if I am the only user but this is still a problem for me. Since VS for Mac is running out I have to switch to Rider or VSCode. Currently I am testing Rider but I could not get it running there. |
This is still an issue for me as well. when upgrading versions or even installing from scratch. I am on Visual Studio for WIndows |
What's on your mind?
In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
For information please see the migration guide.
🚧 Beta release. It is not recommended to use in production. 🚧
Please post any feedback related to the alpha under this issue.
Code of Conduct
Code of Conduct
The text was updated successfully, but these errors were encountered: