ios - build failed - "Use of undeclaredidentifier 'Pushwoosh'"
Closed this issue · 3 comments
Or-B commented
Hi,
there is a problem at Pushwoosh.m file in these lines:
if (proxyUrl && config[@"reverse_proxy_url"]){
[[Pushwoosh sharedInstance] setReverseProxy:proxyUrl];
}
you need to replace Pushwoosh by PushwooshPlugin
wfhm commented
I could not reproduce it. PushwooshPlugin
class does not have the setReverseProxy
method, but Pushwoosh
class does (was added with the 6.0.5 version of Pushwoosh iOS SDK). Could you please check whether Pushwoosh iOS SDK is resolved to 6.0.5 version, and, if not, try running pod repo update
, then pod update
.
rogerroelofs commented
That resolved it for me.