Lot of warnings with Xcode 7.0 and Pushwoosh 3.0.4
Hi
I get a lot of warnings since I use Xcode 7.0. I use the last build from the pushwoosh site (3.0.4). I wonder, what could be the problem:
while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/UIKit-9E30ALRQX8W.pcm: No such file or directory while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/UIKit-9E30ALRQX8W.pcm: No object file for requested architecture while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/Foundation-1RUYAPUOUDAF3.pcm: No such file or directory while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/Foundation-1RUYAPUOUDAF3.pcm: No object file for requested architecture while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/CoreGraphics-1JHJLYT2YO1MX.pcm: No such file or directory while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/CoreGraphics-1JHJLYT2YO1MX.pcm: No object file for requested architecture while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: Could not resolve external type c:objc(cs)UILabel while processing /Users/martinspiegelhofer/Desktop/Pdorfer iOS 8.1 Version5.4/Examples/Pushwoosh.framework/Pushwoosh(RichPushLabel.o): warning: Could not resolve external type c:@S@CGRect
And so on...
Thanks for help Martin
-
Hi,
It looks like a bug of XCode 7. See the discussion here:
https://forums.developer.apple.com/thread/17921To get rid of this warning you need to change debug information from "DWARF + dSYM" to DWARF.
DWARF seems to be the default setting for new projects created in Xcode 7, but existing projects that are migrating to Xcode 7 probably still have DWARF with dSYM File as the setting.
-
Same here. 100s of warnings despite setting the debug version to DWARF from DWARF with dSYM file. Here are a few of them:
while processing /Users/swathen/Documents/MacDevelopmentArea/Frameworks/PushWoosh/Framework/Pushwoosh.framework/Pushwoosh(PWNetworkOperation.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/Foundation-1RUYAPUOUDAF3.pcm: No such file or directory while processing /Users/swathen/Documents/MacDevelopmentArea/Frameworks/PushWoosh/Framework/Pushwoosh.framework/Pushwoosh(PWNetworkOperation.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/Foundation-1RUYAPUOUDAF3.pcm: No object file for requested architecture while processing /Users/swathen/Documents/MacDevelopmentArea/Frameworks/PushWoosh/Framework/Pushwoosh.framework/Pushwoosh(PWNetworkOperation.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/UIKit-9E30ALRQX8W.pcm: No such file or directory while processing /Users/swathen/Documents/MacDevelopmentArea/Frameworks/PushWoosh/Framework/Pushwoosh.framework/Pushwoosh(PWNetworkOperation.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/UIKit-9E30ALRQX8W.pcm: No object file for requested architecture while processing /Users/swathen/Documents/MacDevelopmentArea/Frameworks/PushWoosh/Framework/Pushwoosh.framework/Pushwoosh(PWNetworkOperation.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/SystemConfiguration-PDA43LSOPST3.pcm: No such file or directory while processing /Users/swathen/Documents/MacDevelopmentArea/Frameworks/PushWoosh/Framework/Pushwoosh.framework/Pushwoosh(PWNetworkOperation.o): warning: /var/folders/ll/dm7834z979z56_tbc7rrj40000gp/C/org.llvm.clang.jenkins/ModuleCache/7Y7PQI6NL48M/SystemConfiguration-PDA43LSOPST3.pcm: No object file for requested architecture
Please help.
Please sign in to leave a comment.
Comments
4 comments