i386

missing required architecture i386 in file

混江龙づ霸主 提交于 2019-12-06 18:45:12
问题 I am having trouble building my app after adding MapKit and CoreLocation frameworks. They are both 4.3 frameworks, and the app used to work fine with UIKit, CoreGraphics, and Foundation, just giving me problems with these two. Not sure what the required architecture is, there aren't any bugs in the code. Any help is appreciated! ld: warning: ignoring file /Users/F3d3r3r/Desktop/testNav4_3/MapKit.framework/MapKit, missing required architecture i386 in file ld: warning: ignoring file /Users

关于nginx

℡╲_俬逩灬. 提交于 2019-12-06 17:11:33
简介 Nginx (engine x) 是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务和通用TCP / UDP代理服务器; Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器和通用TCP / UDP代理服务器; 功能 基本的HTTP服务器功能 提供静态和索引文件,自动索引 ; 带有缓存的加速反向代理; 负载平衡和容错 ; 对FastCGI, uwsgi, SCGI和 memcached 服务器进行缓存的加速支持 ; 负载平衡和容错 ; 模块化架构。过滤器包括 gzipping,字节范围,分块响应, XSLT, SSI和图像转换过滤器。如果由代理服务器或FastCGI / uwsgi / SCGI服务器处理单个页面中的多个SSI包含,则可以并行处理; SSL和TLS SNI支持; 通过加权和基于依赖项的优先级 支持HTTP 2.0。 其他HTTP服务器功能 基于名称和基于IP的虚拟服务器; 管道连接支持; 访问日志格式, 缓冲日志写入, 快速日志循环和 syslog日志 ; 3xx-5xx错误代码重定向; 重写模块:使用正则表达式更改URI; 根据客户地址执行不同的功能 ; 基于客户端IP地址,密码(HTTP基本身份验证)和子请求结果的访问控制 ; FLV 和 MP4 流媒体; 响应率限制 ;

关于nginx

偶尔善良 提交于 2019-12-06 14:27:35
简介 Nginx (engine x) 是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务和通用TCP / UDP代理服务器; Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器和通用TCP / UDP代理服务器; 功能 基本的HTTP服务器功能 提供静态和索引文件,自动索引 ; 带有缓存的加速反向代理; 负载平衡和容错 ; 对FastCGI, uwsgi, SCGI和 memcached 服务器进行缓存的加速支持 ; 负载平衡和容错 ; 模块化架构。过滤器包括 gzipping,字节范围,分块响应, XSLT, SSI和图像转换过滤器。如果由代理服务器或FastCGI / uwsgi / SCGI服务器处理单个页面中的多个SSI包含,则可以并行处理; SSL和TLS SNI支持; 通过加权和基于依赖项的优先级 支持HTTP 2.0。 其他HTTP服务器功能 基于名称和基于IP的虚拟服务器; 管道连接支持; 访问日志格式, 缓冲日志写入, 快速日志循环和 syslog日志 ; 3xx-5xx错误代码重定向; 重写模块:使用正则表达式更改URI; 根据客户地址执行不同的功能 ; 基于客户端IP地址,密码(HTTP基本身份验证)和子请求结果的访问控制 ; FLV 和 MP4 流媒体; 响应率限制 ;

Cross Compiling libogg for iOS

≯℡__Kan透↙ 提交于 2019-12-05 05:53:43
问题 I've been trying to cross compile libogg for armv6, armv6 and i386 using the iOS 5.1 SDK in Mountain Lion. Libogg uses autoconf, and I've been having pretty similar issues with a few other libraries as well. I picked up a neat little cross-compiling script from here. I had to update it a bit to find the location of the SDK's. GLOBAL_OUTDIR="`pwd`/dependencies" mkdir -p $GLOBAL_OUTDIR/include $GLOBAL_OUTDIR/lib OUTDIR="./outdir" OGG_LIB="`pwd`/libogg-1.3.0" IOS_BASE_SDK="5.1" IOS_DEPLOY_TGT="3

missing required architecture i386 in file

守給你的承諾、 提交于 2019-12-05 00:20:52
I am having trouble building my app after adding MapKit and CoreLocation frameworks. They are both 4.3 frameworks, and the app used to work fine with UIKit, CoreGraphics, and Foundation, just giving me problems with these two. Not sure what the required architecture is, there aren't any bugs in the code. Any help is appreciated! ld: warning: ignoring file /Users/F3d3r3r/Desktop/testNav4_3/MapKit.framework/MapKit, missing required architecture i386 in file ld: warning: ignoring file /Users/F3d3r3r/Desktop/testNav4_3/CoreLocation.framework/CoreLocation, missing required architecture i386 in file

网易云音乐ubuntu下安装

混江龙づ霸主 提交于 2019-12-04 13:19:09
所需材料 ubuntu14.04 netease-cloud-music_1.0.0_i386_ubuntu14.04.deb(this is the link) 输入以下指令就好了 dpkg -i netease-cloud-music_1.0.0_i386_ubuntu14.04.deb 安装好的界面如下: 吐槽一下:左上角的“网易云音乐”小图标着实不好看。 出错情况 如果出现如下依赖文件错误,安装依赖文件就行了。 sudo apt-get install libqt5x11extras5 安装依赖文件libqt5x11extras5后,然后重新运行指令: dpkg -i netease-cloud-music_1.0.0_i386_ubuntu14.04.deb 耐心地等待2分钟左右,就搞定了。 来源: CSDN 作者: I-M 链接: https://blog.csdn.net/intellectualman/article/details/51803607

Undefined symbols for architecture i386 using protobuf

廉价感情. 提交于 2019-12-04 02:21:57
问题 I'm trying to make an app that uses Protocol Buffers. I'm getting this error, any idea why? Ld /Users/fmota/Library/Developer/Xcode/DerivedData/PBTest-gvudadeakgzklbekugyiqyfyprlt/Build/Products/Debug-iphonesimulator/PBTest.app/PBTest normal i386 cd /Users/fmota/Documents/Developer/Protobuf/PBTest setenv MACOSX_DEPLOYMENT_TARGET 10.6 setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Developer/Platforms

iOS simulator on mac is running i386 architecture, not armv7?

醉酒当歌 提交于 2019-12-04 01:11:46
I've got some static libraries I've built for use on armv7 architectures. When I try to use them in a iOS project which I testrun on the iphone 5.0 simulator, I get errors telling me about undefined symbols for architecture i386 in my static libraries. So I guess this means the iphone simulator wants libraries compiled for i386? What is the point of the simulator then - why dosn't it emulate armv7 architecture as well? So the only way I can test my static libraries is to connect a physical iOS device and run it? Or did I get it wrong? So I guess this means the iphone simulator wants libraries

Cross Compiling libogg for iOS

吃可爱长大的小学妹 提交于 2019-12-03 21:37:10
I've been trying to cross compile libogg for armv6, armv6 and i386 using the iOS 5.1 SDK in Mountain Lion. Libogg uses autoconf, and I've been having pretty similar issues with a few other libraries as well. I picked up a neat little cross-compiling script from here . I had to update it a bit to find the location of the SDK's. GLOBAL_OUTDIR="`pwd`/dependencies" mkdir -p $GLOBAL_OUTDIR/include $GLOBAL_OUTDIR/lib OUTDIR="./outdir" OGG_LIB="`pwd`/libogg-1.3.0" IOS_BASE_SDK="5.1" IOS_DEPLOY_TGT="3.2" setenv_all() { # Add internal libs export CFLAGS="$CFLAGS -I$GLOBAL_OUTDIR/include -L$GLOBAL

ZeroC ICE之旅

回眸只為那壹抹淺笑 提交于 2019-12-03 11:36:36
Ice 是 Internet Communications Engine 的简称,出自ZeroC名门之下。 Ice 是一种面向对象的中间件平台。从根本上说,这意味着Ice 为构建面向对象的客户-服务器应用提供了工具、API 和库支持。Ice 应用适合于异构平台环境中使用:客户和服务器可以采用不同的编程语言,可以运行在不同的操作系统和机器架构上,并且可以使用多种网络技术进行通信。无论部署环境如何,这些应用的源码都是可移植的。 其采用C/S 模式结构,支持同步调用方式和异步调用方式,异步派发调用方式。支持跨语言的对象调用。多种语言之间采用共同的Slice(Specification Language for Ice)进行沟通。支持ice到C,JAVA,C#,VB,Python,Ruby,PHP等多种语言的映射。 工欲善其事,必先利其器,我们首先从www.zero.com,下载最新安装包; btw: 目前最新的v3.3 http://www.zeroc.com/download_beta.html 最新稳定版本: http://www.zeroc.com/download.html 由于我自己的平台是CentOS release 4.4 (Final),java version "1.6.0_01" 所以下载的是: http://www.zeroc.com/download/Ice/3