小编Zia*_*mim的帖子

如何只用一个iPhone/iPad测试新功能AirDrop?

我正在使用UIActivityViewController在使用AirDrop的设备之间共享数据,但问题是我无法测试该功能,因为我只有一个支持AirDrop的设备.反正有吗?

ios uiactivityviewcontroller ios7 airdrop

4
推荐指数
2
解决办法
2333
查看次数

GHUnit错误文件_OBJC_CLASS _ $ _ SenTestCase",引用

我在我的项目中使用GHUnit,但是当我尝试运行应用程序时,它会出错

Ld /Users/goldfire/Library/Developer/Xcode/DerivedData/WhatsMySpeed-amkgqintxyhelabqvrpouivmdglf/Build/Products/Debug-iphonesimulator/GHUnitTests.app/GHUnitTests normal i386 cd/Users/goldfire/Desktop/Example/WhatsMySpeed setenv MACOSX_DEPLOYMENT_TARGET 10.6 setenv PATH" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin :/ sbin目录" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386的-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/软件开发工具包/ iPhoneSimulator5.1.sdk -L /用户/的Goldfire /库/开发商/ Xcode中/ DerivedData/WhatsMySpeed-amkgqintxyhelabqvrpouivmdglf /编译/产品/调试-iphonesimulator -F /用户/的Goldfire /库/开发商/ Xcode中/ DerivedData/WhatsMySpeed- amkgqintxyhelabqvrpouivmdglf/Build/Products/Debug-iphonesimulator -F/Users/goldfire/Desktop/Example/WhatsMySpeed -F/Appl ications/Xcode.app /内容/开发/库/框架-filelist /Users/goldfire/Library/Developer/Xcode/DerivedData/WhatsMySpeed-amkgqintxyhelabqvrpouivmdglf/Build/Intermediates/WhatsMySpeed.build/Debug-iphonesimulator/GHUnitTests.build/Objects- normal/i386/GHUnitTests.LinkFileList -mmacosx-version-min = 10.6 -Xlinker -objc_abi_version -Xlinker 2 -ObjC -all_load -fobjc-arc -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED = 50100 -framework UIKit -framework Foundation -framework CoreGraphics -framework GHUnitIOS -framework SenTestingKit -o /Users/goldfire/Library/Developer/Xcode/DerivedData/WhatsMySpeed-amkgqintxyhelabqvrpouivmdglf/Build/Products/Debug-iphonesimulator/GHUnitTests.app/GHUnitTests

对于i386硬件架构未定义的符号: "_OBJC_CLASS _ $ _ SenTestCase",从引用:在LogicTests.o "_OBJC_METACLASS _ $ _ SenTestCase" _OBJC_CLASS _ $ _ LogicTests,从引用:在LogicTests.o …

iphone cocoa-touch ocunit ipad gh-unit

3
推荐指数
1
解决办法
3512
查看次数