不太确定该怎么做,
但是程序可以在模拟器中正常运行。但是当我在ipod / iphone上对其进行测试时,我得到以下信息...
Ld /Users/MacBookPro/Library/Developer/Xcode/DerivedData/Swangle-iPhone-emtomlxdirhuoobwiveczqncivfw/Build/Products/Debug-iphoneos/Swangle-iPhone.app/Swangle-iPhone normal armv7
cd /Iphone/SDK/Swangle-iPhone
setenv IPHONEOS_DEPLOYMENT_TARGET 4.2
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -L/Users/MacBookPro/Library/Developer/Xcode/DerivedData/Swangle-iPhone-emtomlxdirhuoobwiveczqncivfw/Build/Products/Debug-iphoneos -L/Iphone/SDK/Swangle-iPhone -F/Users/MacBookPro/Library/Developer/Xcode/DerivedData/Swangle-iPhone-emtomlxdirhuoobwiveczqncivfw/Build/Products/Debug-iphoneos -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/Developer/Library/Frameworks -filelist /Users/MacBookPro/Library/Developer/Xcode/DerivedData/Swangle-iPhone-emtomlxdirhuoobwiveczqncivfw/Build/Intermediates/Swangle-iPhone.build/Debug-iphoneos/Swangle-iPhone.build/Objects-normal/armv7/Swangle-iPhone.LinkFileList -dead_strip -miphoneos-version-min=4.2 -framework CoreGraphics -framework UIKit -framework Foundation -framework QuartzCore -framework CoreData -lLexicontext -framework SenTestingKit -o /Users/MacBookPro/Library/Developer/Xcode/DerivedData/Swangle-iPhone-emtomlxdirhuoobwiveczqncivfw/Build/Products/Debug-iphoneos/Swangle-iPhone.app/Swangle-iPhone
ld:警告:合并临时定义_resultbuffer时对齐丢失
有人有什么建议吗?谢谢!
最佳答案
@James Dunay ...尝试这种100%的工作方法。
转到您的项目资料
->构建设置
->转到“搜索路径”
->转到“框架搜索路径”
->现在,双击位于的路径
->有两条路径
(1)$(继承)
(2)“$(SRCROOT)/../../../ Data / myCodes / Hello_SOAP 2 / edumb / Nav”
->删除第二条路径的所有数据。就这样...
谢谢..