为什么不支持64bit 报错 missing requiredrevit architecturee x86

missing required architecture x86_64 in file libCorePlot-CocoaTouch.a [缺少所需的建筑x86_64文件libcoreplot可可触摸的。] - 问题-字节技术
missing required architecture x86_64 in file libCorePlot-CocoaTouch.a
缺少所需的建筑x86_64文件libcoreplot可可触摸的。
问题 (Question)
According to the , I done the following :
Step 1 - I downloaded
on the official website
Step 2 - I added to my project the CorePlotHeaders folder and the static library named libCorePlot-CocoaTouch.a (checking “Copy items into destination group’s folder (if needed)”)
Step 3 - I added into Other Linker Flags field the following : -ObjC
Step 4 - I checked into Link Binary with Libraries if libCorePlot-CocoaTouch.a and QuartzCore frameworks were here
Result : When I compile my project, it works fine when I'm using Iphone Retina (4-Inch). But when I'm using Iphone Retina (4-Inch 64-bit)
I got the following message when I try to build and run :
ld: warning: ignoring file /blah/blah/libCorePlot-CocoaTouch.a, missing required architecture x86_64 in file /blah/blah/libCorePlot-CocoaTouch.a (3 slices)
Here the complete message :
ld: warning: ignoring file /Users/me/Desktop/project/libCorePlot-CocoaTouch.a, missing required architecture x86_64 in file /Users/me/Desktop/project/libCorePlot-CocoaTouch.a (3 slices)
Undefined symbols for architecture x86_64:
"_CPTDecimalFromCGFloat", referenced from:
-[PatientConstanteVisualiser configurePlots] in PatientConstanteVisualiser.o
-[PatientConstanteVisualiser configureAxes] in PatientConstanteVisualiser.o
"_CPTDecimalFromInteger", referenced from:
-[PatientConstanteVisualiser configureAxes] in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTAxisLabel", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTColor", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTFill", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTMutableLineStyle", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTMutableTextStyle", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTPlotSymbol", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTScatterPlot", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTTheme", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTXYGraph", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_kCPTStocksTheme", referenced from:
-[PatientConstanteVisualiser configureGraph] in PatientConstanteVisualiser.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I spent several hours on this issue... Please help...
根据,我做了以下的:步骤1—我下载了在官方网站步骤2—我说,我的项目coreplotheaders文件夹和静态库命名一个libcoreplot cocoatouch。(检查“复制内容到目标群体的文件夹(如果需要)”)步骤3—我加入其他链接标记域以下:- objc步骤4我住进了二进制与图书馆链接如果一libcoreplot cocoatouch。和quartzcore框架是在这里结果当我整理我的项目,它工作的很好,当我使用iPhone视网膜(英寸)。但是当我使用iPhone视网膜(4英寸的64位)我有以下的消息时,我试图建立并运行:ld: warning: ignoring file /blah/blah/libCorePlot-CocoaTouch.a, missing required architecture x86_64 in file /blah/blah/libCorePlot-CocoaTouch.a (3 slices)这里的完整信息:ld: warning: ignoring file /Users/me/Desktop/project/libCorePlot-CocoaTouch.a, missing required architecture x86_64 in file /Users/me/Desktop/project/libCorePlot-CocoaTouch.a (3 slices)
Undefined symbols for architecture x86_64:
"_CPTDecimalFromCGFloat", referenced from:
-[PatientConstanteVisualiser configurePlots] in PatientConstanteVisualiser.o
-[PatientConstanteVisualiser configureAxes] in PatientConstanteVisualiser.o
"_CPTDecimalFromInteger", referenced from:
-[PatientConstanteVisualiser configureAxes] in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTAxisLabel", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTColor", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTFill", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTMutableLineStyle", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTMutableTextStyle", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTPlotSymbol", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTScatterPlot", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTTheme", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_OBJC_CLASS_$_CPTXYGraph", referenced from:
objc-class-ref in PatientConstanteVisualiser.o
"_kCPTStocksTheme", referenced from:
-[PatientConstanteVisualiser configureGraph] in PatientConstanteVisualiser.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我花了几个小时,在这个问题上…请帮助…
最佳答案 (Best Answer)
If you want a 64-bit version of Core Plot, you'll have to build a new version of the static library.
Arm64 builds require iOS 7 but Core Plot supports earlier versions, too, so the pre-built library is 32-bit only.
Open CorePlot-CocoaTouch.xcodeproj and change the architecture settings to "Standard Architectures (including 64-bit)". Either build the "Universal Library" target and include the resulting static library in place of the one included with Core Plot 1.4 or use the dependent project setup instead.
如果你想要的64位版本的核心情节,你就必须建立一个新的静态库的版本。arm64构建要求iOS 7但核心情节支持早期版本,太,所以预建的图书馆是32位只。开放CorePlot-CocoaTouch.xcodeproj改变结构设置为“标准体系结构(包括64位)”。无论是建设“图书馆”的目标,包括由此产生的静态库在一个包含核心情节1.4或使用相关的项目设置相反的地方。
答案 (Answer) 2
change the setting of Architecture of Xcode
改变结构的Xcode的设置
答案 (Answer) 3
lipo -info libCorePlot-CocoaTouch.a
It's showing that the library is built for armv7, armv7s and i386 (32bit simulator) and that's not including the 64bit simulator. You'll have to build the lib for 64bit simulator and after that you can use lipo to add the 64bit lib to libCorePlot-CocoaTouch.a.
Architectures in the fat file: libCorePlot-CocoaTouch.a are: armv7 armv7s i386
PS: It's not going to work on iPhone 5S as well (no arm64).
Here are the steps you need to make in order to produce a binary that has both the arm64 and x86_64 architectures in it:
download CorePlot_1.4 from
Open the Xcode project (CorePlot-CocoaTouch.xcodeproj) located in CorePlot_1.4/Source/framework
Select "Standard architectures" for "architectures" and "Latest iOS (iOS 7)" for "Base SDK"
Build the library (CMD+B)
Go to CorePlot_1.4/Source/build/ in the terminal
lipo -create ./Debug-iphoneos/libCorePlot-CocoaTouch.a ./Debug-iphonesimulator/libCorePlot-CocoaTouch.a -output core_plot_all.a
Add the newly created lib (core_plot_all.a) to your project
You're ready to go
试用lipo -info libCorePlot-CocoaTouch.a
它表明图书馆建armv7,armv7s和i386(32位模拟器),不包括64位模拟器。你必须建造自由为64位模拟器之后,你可以用脂加64位库libcoreplot cocoatouch。A。输出:Architectures in the fat file: libCorePlot-CocoaTouch.a are: armv7 armv7s i386
PS:它不会工作在iPhone 5S以及(没有arm64)。编辑在这里,你需要以产生一个二进制的,既有arm64和x86_64架构,它使步骤:下载coreplot_1.4从打开Xcode项目(coreplot cocoatouch。xcodeproj)位于coreplot_1.4/source/framework选择“标准体系”的“结构”和“最新的iOS(iOS 7)”为“基地SDK”建立图书馆(Cmd的+ B)去coreplot_1.4/source/build/在终端运行脂-创建。/调试iPhoneOS / libcoreplot cocoatouch。一。/调试iphonesimulator / libcoreplot cocoatouch。一个输出一个core_plot_all。将新创建的库(core_plot_all。一)到你的项目中你准备好去
答案 (Answer) 4
Core-plot release 1.5.1 allows to work with Xcode 5.1. You only need to copy the CorePlotHeaders and the libCorePlot-CocoaTouch to your project. You can download it from
核心情节1.5.1版本允许Xcode 5.1的工作。你只需要复制coreplotheaders和libcoreplot可可触摸到你的项目中。你可以从下载
本文翻译自StackoverFlow,英语好的童鞋可直接参考原文:1534人阅读
技术(241)
在使用自己或者其它人生成的.a库时,加进来后,编译可能会报上面的错误。
分析这个错误,缺少了i386架构的东西。这很可能是由于项目中包含的静态库是被编译用于真机测试的,大家都知道苹果手机cpu是arm架构,而mac笔记本(当然也包括运行于其上的iphone-simulator)是intel架构。所以当这个静态库被编译用于device的时候,在目标为simulator下的编译是会报错的。
我们知道,编译一个库文件时,生成这个.a库时,会有两个库文件,一个在 当前用户下/资源库/Developer/Xcode/DerivedData/xxxxx-xxxxx-xxxxx-xxxx/Build/Products/Debug-iphoneos/下, 另一个是在Products/Debug-ipohonesimulator。
编译时,选择目标为iOS Device, 则会在Products/Debug-iphoneos下生成.a库文件, 该库文件只能用于arm架构,即真机运行。
如果选择目标为iPhone Retina等模拟器时,则会在Products/Debug-iphonesimulator文件夹下生成.a库文件。该库文件只能用于intel i386即模拟器运行,不能在真机运行。
所以在使用时,就会有两个.a文件,而且需要在使用时,进行切换以使用对应的.a文件,非常麻烦。现在使用lipo工具可以把这两个.a文件合并成一个.a文件,使用时系统会自动在两个.a文件中进行选择。非常方便。
在terminal中运行,&
lipo -create libcoalr.a libcoalr_s.a -output t.a
就会生成一个t.a的库文件,这个就是合并过后的库文件,把该文件和.h文件一起发给客户, 那么客户不管是使用模拟器环境还是使用真机环境,都能使用, 比较方便
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:1161758次
积分:11694
积分:11694
排名:第932名
原创:138篇
转载:167篇
评论:173条
(1)(2)(4)(1)(2)(1)(7)(4)(1)(1)(9)(16)(2)(2)(5)(4)(2)(2)(2)(1)(3)(3)(6)(6)(14)(11)(28)(10)(20)(37)(4)(10)(9)(2)(6)(10)(9)(5)(1)(1)(4)(3)(1)(9)(1)(1)(4)(13)(1)(4)1.查看静态库是否支持arm64 &
终端输入命令:lipo -info xxxx路径(直接把.a拖到终端就显示路径了)
2.错误信息:
missing required architecture x86_64 in file /Users/zt1370/Desktop/ 2/edooongps/EdooonGPS/libWeiboSDK.
libWeiboSDK.a
打包链接是32bit architecture&
刚去微信公众平台下载demo源码,编译正常。
setting-&architecture-&other-&复制$(ARCHS_STANDARD_32_BIT)&
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:102253次
积分:2019
积分:2019
排名:第15083名
原创:102篇
转载:10篇
评论:12条
(2)(1)(1)(1)(4)(1)(4)(7)(1)(1)(1)(1)(1)(2)(1)(1)(14)(5)(4)(3)(5)(1)(1)(3)(7)(14)(21)(3)(1)(1)16897人阅读
Xcode 升级后,常常遇到的遇到的警告、错误,解决方法
从sdk3.2.5升级到sdk 7.1中间废弃了很多的方法,还有一些逻辑关系更加严谨了。
1,警告:“xoxoxoxo”& is deprecated
解决办法:查看xoxoxoxo的这个方法的文档,替换掉这个方法即可。
2,警告:Declaration of &struct sockaddr& will not be visible outside of this function
解决办法:在你的开源.m文件中添加 #import &netinet/in.h&
3,警告:Implicit conversion from enumeration type 'UIInterfaceOrientation' to different enumeration type 'UIDeviceOrientation'
解决办法:类型不匹配。跳到出错的那一行,UIInterfaceOrientation强制转换为UIDeviceOrientation就行了。
4,警告:incompatible pointer types assigning to 'MyArrayList*'from 'NSMutableArray'
解决办法:加入强制转换(MyArrayList*)
5,警告:'&&' within '||'
问题出处:
&&& if (exists && !isDirectory || !exists)………
& 解决办法: if ((exists && !isDirectory) || !exists)………
6,警告:Warning:The Copy Bundle Resources build phase contains this target's Info.plist file
解决办法:将Info.plist文件移到Resources目录下,而不要直接放在target下。
7,警告:在使用ASIHttp…第三方库的,运行报错。
解决办法:看你的项目中是否添加CFNetwork.framework、SystemConfiguration.framework, MobileCoreServices.framework,
CoreGraphics.framework和libz.1.2.3.dylib,如果是sdk5.0以上,改添加libz.1.2.5.dylib
&8,警告:xxxooo,missing&required&architecture&i386&in&file&
解决办法:如果是错误信息的话:Target-&Build Settings-&Search Paths, 删除FrameworkSearch Paths 里面内容就可以了。
要只是一个警告的话,真机调试可以过。具体解决方法待大神出现。&
clang: error:&no such file or directory: '/demo2/控件代码/13/Recorder/Recorder_Prefix.pch'
clang: error: no input files
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1
解决办法: 在你的主工程文件 target搜素,pch ,找到Prefix Header&&& 把它后面的值,都删除,再运行就解决了。
10,警告:
“ARC forbids synthesizing a property of an Objective-C object with unspecified ownership or storage attribute
解决办法:如果定义了ARC有效,那么必须要有所有者属性的定义;所以代码改成下面这样
@property&(nonatomic,&strong,&readonly)&NSString&*&
11,警告:
io6一下的xib系统均没有自动选择Use Autolayout, Supporting iOS 5 and below with xib of iOS 6&
解决办法:Just un-select “Use Autolayout” in the file inspector of the xib’s view and we are back to the familiar autosizing in size inspector and boom, it supports iOS 5 and below.
12,警告:
Warning:&Multiple build commands for output file xxx.png&
解决办法:找到项目里xxx.png重复,删除重复的资源。
//以下是升级到 xcode 5.0.1 之后使用遇到的警告
13,警告:
&“iOS 模拟器”未能安装此应用程序。
解决办法:删除模拟器上当前要运行那个APP,重新运行项目。就ok
14,警告:
SpringBoard无法启动应用程序 错误:-3
解决办法:退出模拟器,重新运行这个项目。
15,警告:
The server certificate failed to verify.&&&
解决办法:
1、打开终端(实用工具 --&终端),在终端中输入如下命令:
svn ls&/svn/xxxxxx(注意下面的url更换成你自己的url地址)
然后直接输入 “ p ”& 确认,就可以重新连接了。
16,警告:
Bitmasking for introspection of Objective-C object pointers is strongly discouraged.&&&
解决办法:
某数字& 0x1的时候是代表要取最低位是否为1,改成了& if(JK_EXPECT_F(((NSUInteger)object)%2))即可。
17,警告:
Implicit conversion loses integer precision: 'unsigned long' to 'CC_LONG' (aka 'unsigned int').&&&
解决办法:
&&& CC_MD5(str,strlen(str), r);,改成了 &&& CC_MD5(str, (CC_LONG)strlen(str), r);即可。
18,警告:
error: failed to launch '/private/var/mobile/Applications/xxxxx' -- failed to get the task for process 11140.&&
解决办法:
&&& 重启你的开发手机即可,还有一种可能是你的开发者证书与发布证书搞错了,检查在xcode中证书是否一直 。
19,警告:
error: ignoring filxxxxxx/libBaiduMobStat.a, missing required architecture x86_64 in filexxxx/libBaiduMobStat.a&&&
解决办法:
&&&&targets -&build setting 下的&&architectures 设置为 standard architetures(armv7,armv7s)&& vaild architectures 设置为armv7,armv7s。
20,警告:
error: Directory not found for option '-L/Users/joryoubonxx/BaiduStatistic&&&
解决办法:
&&删除&&targets -&build setting 下的&&library search path不正确的地址,如果还不行,重新添加第三库、clean ,重启Xcode.即可。
遇到相关的警告,一般编译器都会提供解决方案,所以,作为新手,我们应该看懂编译器给我们的提示,这样我们解决问题就会事半功倍。
1,&&错误信息:
&&&_OBJC_CLASS_$& xxxxx& &, referenced from:
&&&&&&objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error:&linker command failed with exit code 1 (use -v to see invocation)
解决方法:
&查看工程,看是不是没有导入相关的框架。或者工程里添加的有相同&.m&,&.h& 文件
2,&&错误信息:
Couldn't register dy.CKRiLiText with the bootstrap server. Error:&unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.Current language:& currently objective-c
解决方法:&可能是电脑内存问题引起,重启电脑即可解决。如果重启解决不了问题,那就是你刚刚改动的代码引起的问题。
3 、 错误信息:
5是调试正常的,ios 6真机调试的时候,出现如下错误:ld:
file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/mac4/Desktop/my desktop/My app/MyApp name 20:09:12 &/MyApp name/ZBarSDK/libzbar.a for architecture armv7serror:&linker
command failed with exit code 1 (use -v to see invocation)
解决方法:在Xcode里,点击相应的Target,然后点Build
Settings,找到VALID_ARCHS,看里面的是不是arvm7s,如果不是改成arvm7s就可以了。
4 、 错误信息:
&error:&receiver type 'ViewController' for instance message does not declare a method with selector 'hideSearchBar:' [4]
ViewController 中没有声明一个方法选择'hideSearchBar:
解决方法:
在ViewController .h 中声明一下这个方法 “&hideSearchBar&”&&即可。
5、 错误信息:当json从服务端请求时得到的字符串,如果这样写的话,会报错,';'
after top level declarator
NSString *ss= @&{&recommend&:&世界末日&,&dogname&:&机器人&}&;&&
解决方法:
就是,把 & “&&&替换成&&\&& 即可。NSString
*ss= @&{&\&recommend&\&:&\&世界末日&\&,&\&dogname&\&:&\&机器人&\&}&;&&
6 、 错误信息:
&error: Existing instance variable '_datasource' for property 'datasource' with& assign attribute must be __unsafe_unretained
解决方法:
&&&& id&ListViewDataSource& _ 改为 &&& __unsafe_unretained id&ListViewDataSource& _datasource:即可
7 、 错误信息:
error: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).
解决方法:
&&&& targets -&build setting 下的 Build Active Architecture Only 设置 NO&&即可.
8 、 错误信息:
error: failed to launch&/private/var/mobile/Applications/XX&-- timed out waiting for app to launch&&.
解决方法:
&&&& targets -&build setting 下的 把证书选择为 对应正确的开发证书&&即可.
3q,先阅读明天升级.哎界面修改一大堆
31,警告:
&warning:&Semantic Issue: Incompatible integer to pointer conversion assigning to 'BOOL *' (aka 'signed char *') from 'BOOL' (aka 'signed char')
解决办法: 检查 BOOL *换为BOOL就可以了,检查是不是多写一个&& *& 号。
32:Jsonkit中的警告
Direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass()
object-&isa 替换为 object_getClass(object)
keyObject-&isa 替换为 object_getClass(keyObject)
(id)keys[idx]-&isa 替换为 object_getClass((id)keys[idx])
format specifies type 'unsigned long' but the argument has type 'nsuinteger' (aka 'unsigned int')
给变量增加(unsigned long)进行类型转换
33:md5加密(iOS SDK中自带了CommonCrypto
Implicit declaration of function 'CC_MD5' is invalid in C99
[plain] view plaincopy
&&&&#define CC_MD5_DIGEST_LENGTH 16&&
&&&&+(NSString *)MD5HashForString:(NSString *)input {&&
&&&&&&&&const char *cStr = [input UTF8String];&&
&&&&&&&&unsigned char result[CC_MD5_DIGEST_LENGTH];&&
&&&&&&&&CC_MD5(cStr, strlen(cStr), result);&&
&&&&&&&&return [NSString stringWithFormat: @&%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x&,&&
&&&&&&&&&&&&&&&&result[0], result[1], result[2], result[3],&&
&&&&&&&&&&&&&&&&result[4], result[5], result[6], result[7],&&
&&&&&&&&&&&&&&&&result[8], result[9], result[10], result[11],&&
&&&&&&&&&&&&&&&&result[12], result[13], result[14], result[15]];&&
引入函数定义的头文件
#import &CommonCrypto/CommonDigest.h&
34:ASIDataDecompressor中的警告
format specifies type&&'short' but the&&argument has type 'int'
在+ (NSError *)deflateErrorWithCode:(int)code 和 +(NSError *)inflateErrorWithCode:(int)code中
[NSString stringWithFormat:@&Compression of data failed with code %hi&,code] 中
将code改为 (short)code,类型转换
35:Reachability中警告
Using 'stringWithString:' with a literal is redundant
statusString = [NSString stringWithString: @&Not Reachable&];&
改为:statusString = @&Not Reachable&;
36.format specifies type 'id' but the argument has type 'const char *'
NSCAssert(NO, @&Unhandled error encountered during SAX parse. msg is %@&, msg);
改为:NSCAssert(NO, @&Unhandled error encountered during SAX parse. msg is %@&, [NSString stringWithUTF8String:msg]);
37&Using 'stringWithString:' with a literal is redundant
改为:self.locationInput.text = @&captured change&;
38 在项目中设置控件的layer属性时,会发生错误,
&Property 'c' cannot be found in forward class object 'CALayer *&,
这时需要引入&&#import &QuartzCore/CALayer.h&。
39 在项目中变量未初始化会报警告,
&Variable 'type' may be uninitialized when used here&,
这时需要初始化相应的变量即可&&。
Error launching remote program: failed to get the task for process&&&
解决方法:
把真机上的软件,删除,然后,clean 一下,重新运行就可以了。
42,真机调试的时候,出现&& [attachment=49364]&& 这正常,但是不识别机器的。
解决方法:
把 , [attachment=49365] 设置为以上相对应的版本就可以了。
43,真机调试的时候,出现&& ios Broken pipe
解决方法:
:推出xcode
:断开机器(iphone,ipad,ipod)链接
:重启iPhone在联接xcode,就可以了。
这么好的帖子,顶一个,谢谢
iOS真机调试中出现identity(The identity 'iPhone Developer)证书不匹配的问题
提示(null) error: could not read CFBundleIdentifier from Info.plist (null)
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:151356次
积分:2120
积分:2120
排名:第14216名
原创:56篇
转载:66篇
评论:26条
(5)(12)(6)(1)(4)(1)(2)(18)(11)(7)(2)(5)(2)(5)(6)(5)(3)(5)(1)(2)(19)}

我要回帖

更多关于 missing required 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信