Cha*_*ana 11 xcode ios cordova
我在xcode 5.0.2中有一个cordova项目,它在iphone5c上完美运行但在iphone5上没有工作我读了一些关于此问题并认为问题是我必须在64位架构上构建我的项目.
我做这个构建设置:
架构 - 标准架构(包括64位)(armv7,armv7s,arm64)
只构建活动架构 - 没有
当我建立我得到这个错误:
ld: warning: ignoring file /Users/chana/Library/Developer/Xcode/DerivedData/Pitaron- echagbyhunbeprbdfodckoblgtuq/Build/Products/Debug-iphonesimulator/libCordova.a, file was built for archive which is not the architecture being linked (x86_64): /Users/chana/Library/Developer/Xcode/DerivedData/Pitaron-echagbyhunbeprbdfodckoblgtuq/Build/Products/Debug- iphonesimulator/libCordova.a
Undefined symbols for architecture x86_64:
"_CDVLocalNotification", referenced from:
-[AppDelegate application:didReceiveLocalNotification:] in AppDelegate.o
"_CDVPluginHandleOpenURLNotification", referenced from:
-[AppDelegate application:handleOpenURL:] in AppDelegate.o
"_OBJC_CLASS_$_CDVCommandDelegateImpl", referenced from:
_OBJC_CLASS_$_MainCommandDelegate in MainViewController.o
"_OBJC_CLASS_$_CDVCommandQueue", referenced from:
_OBJC_CLASS_$_MainCommandQueue in MainViewController.o
"_OBJC_CLASS_$_CDVViewController", referenced from:
_OBJC_CLASS_$_MainViewController in MainViewController.o
"_OBJC_METACLASS_$_CDVCommandDelegateImpl", referenced from:
_OBJC_METACLASS_$_MainCommandDelegate in MainViewController.o
"_OBJC_METACLASS_$_CDVCommandQueue", referenced from:
_OBJC_METACLASS_$_MainCommandQueue in MainViewController.o
"_OBJC_METACLASS_$_CDVViewController", referenced from:
_OBJC_METACLASS_$_MainViewController in MainViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud)
任何人都知道该怎么办?
非常感谢.
问题在于 Xcode 5.1 附带 64 位支持。
\n\n创建的cordova项目包含未针对arm64配置的cordova库(项目导航器窗格中的\xe2\x80\x98CordovaLib.xcodeproj\xe2\x80\x99项目)。
\n\n要解决此问题,请单击 \xe2\x80\x98CordovaLib.xcodeproj\xe2\x80\x99,其中显示项目设置转到 \xe2\x80\x98Architectures\xe2\x80\x99 和表格并将所有体系结构更改为 \xe2\x80 \x98$(ARCHS_STANDARD)\xe2\x80\x99 或标准架构。(它们最初被设置为不同的值,这是构建失败的原因)
\n 归档时间: |
|
查看次数: |
5731 次 |
最近记录: |