How can we help?
my podfile:
pod 'OneSignal/OneSignal', '>= 5.2.9', '< 6.0'
pod 'OneSignal/OneSignalInAppMessages', '>= 5.2.9', '< 6.0'
pod 'OneSignal/OneSignalLocation', '>= 5.2.9', '< 6.0'
xcode Version 16.3 (16E140)
run error:1. /Users/ITForceCode/FeldsOne2/Pods/rsync(9793):1:1 OneSignalUser.framework/.OneSignalUser.0BtUuD4Wtx: move_file: OneSignalUser.framework/OneSignalUser: No such file or directory
2./Users/ITForceCode/FeldsOne2/Pods/rsync(9791):1:1 unexpected end of file
3./Users/ITForceCode/FeldsOne2/Pods/rsync(9791):1:1 io_read_nonblocking
4./Users/ITForceCode/FeldsOne2/Pods/rsync(9791):1:1 rsync_sender
5./Users/ITForceCode/FeldsOne2/Pods/rsync(9793):1:1 OneSignalUser.framework/.OneSignalUser.0BtUuD4Wtx: move_file: OneSignalUser.framework/OneSignalUser: No such file or directory
Since I integrated the SDK, these errors always appear, especially when it comes to "Archive". Before, I always cleared the cache by pressing command + shift + k several times, and the error disappeared. Now it doesn't work, and the whole project cannot run successfully. I can't solve it. Thanks to the big guys who can help me point out the problem. It seems to be a reference problem of podspec. I tried to re-pod install several times, but the error still appears.
Code of Conduct