您的位置:首页 > 移动开发 > IOS开发

ios中创建自己的框架

2014-07-07 20:28 169 查看
转自:http://www.cnblogs.com/gcb999/p/3296414.html

转载请说明出处。

另外:开发中遇到如下问题,可以按以上博客解决。

UFW (M iphonesimulator): WARNING: No headers in build target lbsapi.auth were marked public. Please move at least one header to "Public" in the "Copy Headers" build phase.

UFW (M iphonesimulator): INFO: Cmd /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only i386 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk
-L/Users/joy/Library/Developer/Xcode/DerivedData/lbsapi.auth-dxxjurjtkgnuwabxmgouhvzaujwj/Build/Products/Debug-iphonesimulator -filelist /Users/joy/Library/Developer/Xcode/DerivedData/lbsapi.auth-dxxjurjtkgnuwabxmgouhvzaujwj/Build/Intermediates/lbsapi.auth.build/Debug-iphonesimulator/lbsapi.auth.build/Objects-normal/i386/lbsapi.auth.LinkFileList
-o /Users/joy/Library/Developer/Xcode/DerivedData/lbsapi.auth-dxxjurjtkgnuwabxmgouhvzaujwj/Build/Intermediates/lbsapi.auth.build/Debug-iphonesimulator/lbsapi.auth.build/Objects-normal/i386/lbsapi.auth.ufwbuild

UFW (M iphonesimulator): INFO: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/joy/Library/Developer/Xcode/DerivedData/lbsapi.auth-dxxjurjtkgnuwabxmgouhvzaujwj/Build/Intermediates/lbsapi.auth.build/Debug-iphonesimulator/lbsapi.auth.build/Objects-normal/i386/LBSAuthDelegate.o
has no symbols

UFW (M iphonesimulator): INFO: Cmd /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static /Users/joy/Library/Developer/Xcode/DerivedData/lbsapi.auth-dxxjurjtkgnuwabxmgouhvzaujwj/Build/Intermediates/lbsapi.auth.build/Debug-iphonesimulator/lbsapi.auth.build/Objects-normal/i386/lbsapi.auth.ufwbuild
-o /Users/joy/Library/Developer/Xcode/DerivedData/lbsapi.auth-dxxjurjtkgnuwabxmgouhvzaujwj/Build/Products/Debug-iphonesimulator/lbsapi.auth.framework/Versions/A/lbsapi.auth

UFW (M iphonesimulator): INFO: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Users/joy/Library/Developer/Xcode/DerivedData/lbsapi.auth-dxxjurjtkgnuwabxmgouhvzaujwj/Build/Intermediates/lbsapi.auth.build/Debug-iphonesimulator/lbsapi.auth.build/Objects-normal/i386/lbsapi.auth.ufwbuild(LBSAuthDelegate.o)
has no symbols

UFW (M iphonesimulator): WARNING: Build completed with warnings

UFW (M iphonesimulator): INFO: Note: This is *NOT* a universal framework build. To build as a universal framework, do an archive build.

UFW (M iphonesimulator): INFO: To do an archive build from command line, use "xcodebuild -configuration Release UFW_ACTION=archive clean build"

Command /bin/sh failed with exit code 1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: