Tôi tiếp tục nhận được cảnh báo và lỗi này có ai có thể trợ giúp không?thiếu kiến trúc cần thiết armv7 trong tệp?
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms /iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/System/Library/Frameworks//SystemConfiguration.framework/SystemConfiguration, missing required architecture armv7 in file
Undefined symbols for architecture armv7:
"_SCNetworkReachabilityCreateWithAddress", referenced from:
+[Reachability reachabilityWithAddress:] in Reachability.o
"_SCNetworkReachabilityCreateWithName", referenced from:
+[Reachability reachabilityWithHostName:] in Reachability.o
"_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from:
-[Reachability stopNotifier] in Reachability.o
"_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
-[Reachability startNotifier] in Reachability.o
"_SCNetworkReachabilitySetCallback", referenced from:
-[Reachability startNotifier] in Reachability.o
"_SCNetworkReachabilityGetFlags", referenced from:
-[Reachability connectionRequired] in Reachability.o
-[Reachability currentReachabilityStatus] in Reachability.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hoạt động ứng dụng của tôi hoạt động tốt trong Trình mô phỏng Tôi không nhận được nó khi tôi xây dựng điện thoại.
Bạn, bạn tôi, rock. Điều này mất 30 giây và ngay lập tức giải quyết nó cho tôi. Cảm ơn. –
đẹp - cảm ơn bạn đã khắc phục nhanh chóng. – Ramesh
Cảm ơn vì điều này! Bạn chỉ cần cứu tôi từ những gì có thể đã là một buổi chiều dài :) – hover