AnyChat技术支持论坛

标题: AnyChat for iOS SDK 支持所有的架构、包括64位的升级步骤指南 [打印本页]

作者: chenxs    时间: 2014-12-26 18:25
标题: AnyChat for iOS SDK 支持所有的架构、包括64位的升级步骤指南
AnyChatCoreSDK_iOS_r4408.zip  版本开始,支持所有的系列架构:i386、x86_64、armv7、armv7s、arm64;这篇文章主要指导使用AnyChat SDK For iOS的同学,快速搭建AnyChat SDK For iOS 环境,和配置支持64位框架.

主要步骤如下


1,首先下载最新的AnyChat for iOS SDK(点击打开下载页面);

2,iOS工程本身必须要引用一下系统框架。
在xcode软件菜单的Project-->Build Phases-->Link Binary With Libraryes里面增加库:

AVFoundation.framework       AudioToolbox.framework
QuartzCore.framework          CoreMedia.framework
CoreVideo.framework           CoreAudio.framework

3,进入下载的AnyChat官方SDK包里面,把SDK库文件全部添加到你的工程里面,库文件目录在【sdk\libs\】和【sdk\libs\audioprocess

4,导入C++环境  libc++.dylib 的静态库。

如果编译时候出现类似 Undefined symbols for architecture i386:"std::_List_node_base::hook(std::_List_node_base*)", referenced from:…….等类似错误,是因为在链接(Link)过程中出错,缺少c++静态库或不兼容.  

解决方法:添加 libstdc++.dylib libstdc++.6.dylib 的库,然后Clean工程,然后重新Build。
详情可参考:http://bbs.anychat.cn/forum.php? ... =806&extra=page%3D1

5,配置C++编译环境,使用XCode新建工程的初始默认值便可以,如果之前有做改动的,可以参考以下两个步骤配置:
(1)点击Xcode工程菜单  BuildSettings   -->   Apple LLVM 5.1 - Language - C++     -->    C++ Standard Dialect   
          点选为:GNU++11 [-std=gnu++11]
(2)点击Xcode工程菜单  Build Settings   -->   Apple LLVM 5.1 - Language - C++     -->    C++ Standard Library   
          点选为:libstdc++(GNU C++ standard library)

6,配置调试器环境。
为了兼容不同设备的内核,请在如图地方设置:

修改Build Active Architecture Only选项为Yes。

7,配置APP兼容的芯片类型




作者: william2014    时间: 2014-12-29 08:54
这是你们的最终版本吗?还是测试用的debug版本呢?
作者: admin    时间: 2014-12-29 09:26
目前还只是Preview版本,正式版本预计于下月上旬发布。
作者: scottlinlin    时间: 2014-12-29 16:35
试了下,PC端无法看到手机端视频,手机端能看到,手机queryUserStateInt返回0
作者: chenxs    时间: 2014-12-29 16:45
scottlinlin 发表于 2014-12-29 16:35
试了下,PC端无法看到手机端视频,手机端能看到,手机queryUserStateInt返回0

您好,能具体的描述您的情况,便于我们排查问题。
pc 端 是用我们的demo 工程还是 您自己开发的?  手机端呢? 是iOS7系统?用我们什么工程Demo?
作者: scottlinlin    时间: 2014-12-29 16:54
chenxs 发表于 2014-12-29 16:45
您好,能具体的描述您的情况,便于我们排查问题。
pc 端 是用我们的demo 工程还是 您自己开发的?  手机 ...

pc端是自己开发的,之前32位是可以的,换了64位就不行了。iphone手机是ios 8系统

作者: admin    时间: 2014-12-29 17:36
pc端是自己开发的,之前32位是可以的,换了64位就不行了。iphone手机是ios 8系统

您好:
1、请试一下SDK包里面标准的示例代码:src\helloAnyChat,看音视频功能是否正常?
2、请上传iOS端的日志信息,我们帮您分析一下,谢谢!
作者: chenxs    时间: 2014-12-29 17:38
本帖最后由 chenxs 于 2014-12-29 17:40 编辑
scottlinlin 发表于 2014-12-29 16:54
pc端是自己开发的,之前32位是可以的,换了64位就不行了。iphone手机是ios 8系统

您好,iOS 端是用我们的那个工程做测试?上传一下您 pc端和iOS端的完整log 日志,帮您排查下问题所在。
作者: scottlinlin    时间: 2015-1-4 13:20
chenxs 发表于 2014-12-29 17:38
您好,iOS 端是用我们的那个工程做测试?上传一下您 pc端和iOS端的完整log 日志,帮您排查下问题所在。

[2014-12-29 16:23:07(827)]        ---------------------------AnyChat Platform Core SDK Client Log---------------------------
[2014-12-29 16:23:07(828)]        Load BRAnyChatCore.dll success!(V5.1 Build Time:Sep  3 2014 20:46:37)
[2014-12-29 16:23:07(837)]        Load BRMiscUtil.dll success!(V5.1 Build Time:Sep  3 2014 20:45:01)
[2014-12-29 16:23:07(874)]        Load BRMediaUtil.dll success!(V5.1 Build Time:Sep  3 2014 20:45:05)
[2014-12-29 16:23:07(876)]        Load BRMediaShow.dll success!(V5.1 Build Time:Sep  3 2014 20:45:07)
[2014-12-29 16:23:07(878)]        Load BRMediaCore.dll success!(V5.1 Build Time:Sep  3 2014 20:45:25)
[2014-12-29 16:23:07(892)]        Apply video parameter:0x240, bitrate:60000, quality:3, gop:24, fps:8, preset:3, codec:0
[2014-12-29 16:23:07(893)]        Invoke        BRAC_Connect(192.168.16.200,8906)=0
[2014-12-29 16:23:07(894)]        Invoke        LoginServer(username=ui)
[2014-12-29 16:23:07(895)]        Invoke        EnterRoom(roomid=1)
[2014-12-29 16:23:07(968)]        CheckClientSocketLink         Connect(ip=192.168.16.200,port=8906)
[2014-12-29 16:23:08(100)]        Server version: V5.1(Build Time:2014-11-21 09:41:20, Server OS:Windows)
[2014-12-29 16:23:08(300)]        Message        OnConnect(bSuccess:1, errorcode=0)
[2014-12-29 16:23:08(741)]        Message        OnLoginSystem(userid=1007,errorcode=0,username=ui), msg deliver worked(1)
[2014-12-29 16:23:08(782)]        Connection to streaming media server successfully!(udp delay:23ms)
[2014-12-29 16:23:08(989)]        Message        OnEnterRoom(roomid=1,errorcode=0,siteindex=0)
[2014-12-29 16:23:08(990)]        Unrelated audio mixer,name:主音量, ComponentType:0x7, Pname:立体声混音 (Realtek High Defini, type:0
[2014-12-29 16:23:08(993)]        Message        OnReceiveOnlineUser(count=1,roomid=1)
[2014-12-29 16:23:08(993)]        Invoke        BRAC_SetVideoPos(dwUserId:-1, hWnd:0x101286, l:13, t:198, r:240, b:454)
[2014-12-29 16:23:08(997)]        Invoke        UserSpeakControl(userid=-1,bOpen=1)
[2014-12-29 16:23:09(061)]        Win7 AEC Audio Capture Driver(立体声混音 (Realtek High Definition Audio))
[2014-12-29 16:23:09(064)]        Invoke        UserCameraControl(userid=-1,bOpen=1)
[2014-12-29 16:23:09(064)]        Audio Init, error:0, device:0, 1, 16000, 16, capmode:0
[2014-12-29 16:23:09(065)]        Audio codec init, handle:1, 11, 1, 16000, 16, 15850
[2014-12-29 16:23:09(076)]        Audio Playback Device Init(0, 1, 16000, 16), WaveOut Playback Driver
[2014-12-29 16:23:09(160)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(RGB24, 0x0)
[2014-12-29 16:23:09(161)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(RGB24, 0x0)
[2014-12-29 16:23:09(161)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(RGB24, 0x0)
[2014-12-29 16:23:09(162)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(RGB24, 0x0)
[2014-12-29 16:23:09(163)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(RGB24, 0x0)
[2014-12-29 16:23:09(163)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(YUV420P, 0x30323449)
[2014-12-29 16:23:09(164)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(YUV420P, 0x30323449)
[2014-12-29 16:23:09(165)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(YUV420P, 0x30323449)
[2014-12-29 16:23:09(166)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(YUV420P, 0x30323449)
[2014-12-29 16:23:09(167)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(YUV420P, 0x30323449)
[2014-12-29 16:23:09(168)]        Video Config Size(320, 240)        Format(YUV420P, 25fps)
[2014-12-29 16:23:10(070)]        video init finish:320x240, YUV420, fps:25
[2014-12-29 16:23:10(146)]        Audio FX Status: VAD:1, NS:1, AGC:1, AEC:1
[2014-12-29 16:23:10(359)]        video codec init:codec:1, 8fps, 320x240, bitrate:60000, quality:3, preset:3, gop:24, handle:2
[2014-12-29 16:23:12(927)]        Message        OnUserEnterRoom(userid=-18,nickname=林凤鸣_11111111116_726362728736373734,siteindex=1)
[2014-12-29 16:23:13(640)]        Message        OnP2PConnectState(userid=-18, state=1)
[2014-12-29 16:23:13(661)]        Message        OnP2PConnectState(userid=-18, state=3)
[2014-12-29 16:23:13(923)]        Invoke        BRAC_SetVideoPos(dwUserId:-18, hWnd:0x101286, l:334, t:129, r:682, b:523)
[2014-12-29 16:23:13(924)]        Invoke        UserSpeakControl(userid=-18,bOpen=1)
[2014-12-29 16:23:13(925)]        Invoke        UserCameraControl(userid=-18,bOpen=1)
[2014-12-29 16:23:13(975)]        Invoke        BRAC_ChangeChatMode(1)
[2014-12-29 16:23:14(606)]        On Remote UserSpeakControl(dwUserId:-18, bOpen:1)
[2014-12-29 16:23:14(606)]        On Remote UserCameraControl(dwUserId:-18, bOpen:1)
[2014-12-29 16:23:24(171)]        Message        OnP2PConnectState(userid=-18, state=2)
[2014-12-29 16:23:24(201)]        On Remote UserSpeakControl(dwUserId:-18, bOpen:0)
[2014-12-29 16:23:24(201)]        On Remote UserCameraControl(dwUserId:-18, bOpen:0)
[2014-12-29 16:23:24(202)]        Message        OnUserLeaveRoom(userid=-18,siteindex=1)
[2014-12-29 16:25:13(879)]        Message        OnUserEnterRoom(userid=-19,nickname=林凤鸣_11111111116_726362728736373734,siteindex=1)
[2014-12-29 16:25:14(298)]        Message        OnP2PConnectState(userid=-19, state=1)
[2014-12-29 16:25:14(657)]        Invoke        BRAC_SetVideoPos(dwUserId:-19, hWnd:0x101286, l:334, t:129, r:682, b:523)
[2014-12-29 16:25:14(658)]        Invoke        UserSpeakControl(userid=-19,bOpen=1)
[2014-12-29 16:25:14(659)]        Invoke        UserCameraControl(userid=-19,bOpen=1)
[2014-12-29 16:25:18(568)]        Message        OnP2PConnectState(userid=-19, state=3)
[2014-12-29 16:25:18(949)]        On Remote UserSpeakControl(dwUserId:-19, bOpen:1)
[2014-12-29 16:25:19(149)]        On Remote UserCameraControl(dwUserId:-19, bOpen:1)
[2014-12-29 16:25:24(939)]        Message        OnP2PConnectState(userid=-19, state=2)
[2014-12-29 16:25:25(141)]        On Remote UserSpeakControl(dwUserId:-19, bOpen:0)
[2014-12-29 16:25:25(142)]        On Remote UserCameraControl(dwUserId:-19, bOpen:0)
[2014-12-29 16:25:25(143)]        Message        OnUserLeaveRoom(userid=-19,siteindex=1)
[2014-12-29 16:26:05(686)]        Message        OnUserEnterRoom(userid=-20,nickname=林凤鸣_11111111116_726362728736373734,siteindex=1)
[2014-12-29 16:26:06(283)]        Invoke        BRAC_SetVideoPos(dwUserId:-20, hWnd:0x101286, l:334, t:129, r:682, b:523)
[2014-12-29 16:26:06(284)]        Invoke        UserSpeakControl(userid=-20,bOpen=1)
[2014-12-29 16:26:06(285)]        Invoke        UserCameraControl(userid=-20,bOpen=1)
[2014-12-29 16:26:07(734)]        Message        OnP2PConnectState(userid=-20, state=2)
[2014-12-29 16:26:13(446)]        On Remote UserSpeakControl(dwUserId:-20, bOpen:1)
[2014-12-29 16:26:13(446)]        On Remote UserCameraControl(dwUserId:-20, bOpen:1)
[2014-12-29 16:26:25(777)]        Message        OnP2PConnectState(userid=-20, state=0)
[2014-12-29 16:26:37(631)]        On Remote UserSpeakControl(dwUserId:-20, bOpen:0)
[2014-12-29 16:26:37(632)]        On Remote UserCameraControl(dwUserId:-20, bOpen:0)
[2014-12-29 16:26:37(633)]        Message        OnUserLeaveRoom(userid=-20,siteindex=1)
[2014-12-29 16:38:20(688)]        Invoke        LeaveRoom(roomid=-1)        Elapse:265 ms
[2014-12-29 16:38:20(707)]        Message        OnLinkClose(reason=2, dwErrorCode:105)
[2014-12-29 16:38:20(743)]        Invoke        LogoutServer(userid=1007)        Elapse:0 ms
[2014-12-29 16:38:20(786)]        Invoke        BRAC_Release        Elapse:31 ms
作者: 廖斌    时间: 2015-1-4 13:44
scottlinlin 发表于 2015-1-4 13:20
[2014-12-29 16:23:07(827)]        ---------------------------AnyChat Platform Core SDK Client Log-------- ...

您好,日志中记录“ Load BRAnyChatCore.dll success!(V5.1 Build Time:Sep  3 2014 20:46:37)
[2014-12-29 16:23:07(837)]        Load BRMiscUtil.dll success!(V5.1 Build Time:Sep  3 2014 20:45:01)”,表明版本您的版本还是老的,还不支持64位。请升级到本帖给的链接的最新版本。
作者: scottlinlin    时间: 2015-1-4 14:18
廖斌 发表于 2015-1-4 13:44
您好,日志中记录“ Load BRAnyChatCore.dll success!(V5.1 Build Time:Sep  3 2014 20:46:37)
[2014-12 ...

这个是pc端的日志。现在是PC端有问题
作者: scottlinlin    时间: 2015-1-4 14:21
廖斌 发表于 2015-1-4 13:44
您好,日志中记录“ Load BRAnyChatCore.dll success!(V5.1 Build Time:Sep  3 2014 20:46:37)
[2014-12 ...

[2014-12-29 16:25:43(670)]        ---------------------------AnyChat Platform Core SDK Client Log---------------------------
[2014-12-29 16:25:43(678)]        Load libanychatcore.so success!(V5.1 Build Time:Dec 26 2014 16:49:48)
[2014-12-29 16:25:43(683)]        Load libmediautil.so success!(V5.2 Build Time:Dec 26 2014 16:50:27)
[2014-12-29 16:25:43(687)]        Load libmediashow.so success!(V5.1 Build Time:Dec 26 2014 16:50:13)
[2014-12-29 16:25:43(692)]        Load libmediacore.so success!(V5.1 Build Time:Dec 26 2014 16:50:08)
[2014-12-29 16:25:43(698)]        Apply video parameter:192x144, bitrate:0, quality:0, gop:0, fps:0, preset:0, codec:0
[2014-12-29 16:25:43(705)]        Invoke        BRAC_Connect(192.168.16.200,8906)=0
[2014-12-29 16:25:43(788)]        CheckClientSocketLink         Connect(ip=192.168.16.200,port=8906)
[2014-12-29 16:25:43(828)]        Server version: V5.1(Build Time:2014-11-21 09:41:20, Server OS:Windows)
[2014-12-29 16:25:43(832)]        Message        OnConnect(bSuccess:1, errorcode=0)
[2014-12-29 16:25:43(845)]        Invoke        LoginServer(username=11111111116)
[2014-12-29 16:25:44(056)]        Message        OnLoginSystem(userid=-20,errorcode=0,username=11111111116), msg deliver worked(0)
[2014-12-29 16:25:44(060)]        Load libmediautil.so success!(V5.2 Build Time:Dec 26 2014 16:50:27)
[2014-12-29 16:25:44(066)]        Load libmediashow.so success!(V5.1 Build Time:Dec 26 2014 16:50:13)
[2014-12-29 16:25:44(072)]        Load libmediacore.so success!(V5.1 Build Time:Dec 26 2014 16:50:08)
[2014-12-29 16:25:44(080)]        Server running time: 0 days, 1 hours, 31 minutes, license mode:0
[2014-12-29 16:25:44(089)]        Invoke        EnterRoom(roomid=1)
[2014-12-29 16:25:44(100)]        Connection to streaming media server successfully!(udp delay:10ms)
[2014-12-29 16:25:44(311)]        Message        OnEnterRoom(roomid=1,errorcode=0,siteindex=1)
[2014-12-29 16:25:44(354)]        Audio Playback Device Init(0, 1, 16000, 16), ios Playback Driver
[2014-12-29 16:25:44(359)]        Message        OnReceiveOnlineUser(count=2,roomid=1)
[2014-12-29 16:25:46(440)]        On Remote UserSpeakControl(dwUserId:1007, bOpen:1)
[2014-12-29 16:25:46(442)]        Invoke        BRAC_ChangeChatMode(1)
[2014-12-29 16:25:46(453)]        On Remote UserCameraControl(dwUserId:1007, bOpen:1)
[2014-12-29 16:25:46(461)]        Invoke        UserSpeakControl(userid=-1,bOpen=1)
[2014-12-29 16:25:46(465)]        Audio record control:1, result:-1
[2014-12-29 16:25:46(470)]        Invoke        BRAC_SetVideoPos(dwUserId:-1, hWnd:0x3e69a9b0, l:0, t:0, r:0, b:0)
[2014-12-29 16:25:46(471)]        Message        OnP2PConnectState(userid=1007, state=2)
[2014-12-29 16:25:46(479)]        Invoke        UserCameraControl(userid=-1,bOpen=1)
[2014-12-29 16:25:46(491)]        Default Audio Capture Driver()
[2014-12-29 16:25:47(328)]        Audio FX Status: VAD:1, NS:1, AGC:1, AEC:1
[2014-12-29 16:25:47(329)]        Audio Init, error:0, device:0, 1, 16000, 16, capmode:0
[2014-12-29 16:25:47(378)]        Audio codec init, handle:4, 11, 1, 16000, 16, 15850
[2014-12-29 16:25:51(818)]        Invoke        UserSpeakControl(userid=1007,bOpen=1)
[2014-12-29 16:25:51(824)]        Invoke        BRAC_SetVideoPos(dwUserId:1007, hWnd:0x741f6d00, l:0, t:0, r:0, b:0)
[2014-12-29 16:25:51(827)]        Invoke        UserCameraControl(userid=1007,bOpen=1)
[2014-12-29 16:25:56(502)]        Invoke        UserSpeakControl(userid=-1,bOpen=0)
[2014-12-29 16:25:56(505)]        Invoke        UserCameraControl(userid=-1,bOpen=0)
[2014-12-29 16:25:56(545)]        userid(1007) video decode delay:17ms
[2014-12-29 16:26:11(594)]        Message        OnP2PConnectState(userid=1007, state=0)
[2014-12-29 16:26:16(316)]        video init finish: 192x144, 25fps, fmt:100, ret:0
[2014-12-29 16:26:16(321)]        video init finish:192x144, YUV420, fps:25
[2014-12-29 16:26:16(331)]        Invoke        UserSpeakControl(userid=1007,bOpen=0)
[2014-12-29 16:26:16(335)]        Invoke        UserCameraControl(userid=1007,bOpen=0)
[2014-12-29 16:26:16(376)]        Invoke        LeaveRoom(roomid=1)        Elapse:36 ms
[2014-12-29 16:26:16(395)]        Invoke        LogoutServer(userid=-20)        Elapse:14 ms
[2014-12-29 16:26:17(862)]        Invoke        BRAC_Release        Elapse:1461 ms
这是iOS端日志
作者: admin    时间: 2015-1-4 15:03
Invoke        BRAC_ChangeChatMode(1)

您好,分析了您iOS端的日志,里面好象调用了私聊的API接口,是不是这个影响了?请这句代码去掉看看?
作者: scottlinlin    时间: 2015-1-5 15:29
admin 发表于 2015-1-4 15:03
您好,分析了您iOS端的日志,里面好象调用了私聊的API接口,是不是这个影响了?请这句代码去掉看看?

用了私聊了,为什么不能用私聊。我们业务需要用这个。

作者: 廖斌    时间: 2015-1-5 15:53
用私聊接口的话,需要双方建立了私聊关系,才能互相请求到音视频数据。
作者: 廖斌    时间: 2015-1-5 15:56
廖斌 发表于 2015-1-5 15:53
用私聊接口的话,需要双方建立了私聊关系,才能互相请求到音视频数据。

私聊接口我们不推荐用了,建议你们通过业务逻辑来实现这个场景,通过控制usercameracontrol和userspeakcontrol来控制,参考:
http://www.anychat.cn/faq/index. ... =174&artlang=zh
作者: scottlinlin    时间: 2015-1-5 16:57
廖斌 发表于 2015-1-5 15:56
私聊接口我们不推荐用了,建议你们通过业务逻辑来实现这个场景,通过控制usercameracontrol和userspeakco ...

这和私聊应该没什么关系,私聊能正常通信的,就是ios端有对方视频,pc的C#端没有进入VideoDataCallbackDelegate这个回调。32位是正常的

作者: admin    时间: 2015-1-5 17:06
您好,使用helloAnyChat示例工程,音视频是否正常呢?是否存在上面所说的64bit问题?
作者: scottlinlin    时间: 2015-1-5 17:25
admin 发表于 2015-1-5 17:06
您好,使用helloAnyChat示例工程,音视频是否正常呢?是否存在上面所说的64bit问题?

没试过,你们没测过64位私聊吗
作者: tyx936516106    时间: 2015-4-13 17:00
一开始是自己创建一个新工程吗,,还是用sdk里的工程
作者: tyx936516106    时间: 2015-4-13 17:04
Command /Applications/Xcode 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
我运行hello出现的问题,小白一个不太懂
作者: admin    时间: 2015-4-13 17:23
您好,具体是出现了什么问题呢,请将完整的出错信息帖上来我们帮您分析一下,谢谢。
作者: tyx936516106    时间: 2015-4-13 17:38
tyx936516106 发表于 2015-4-13 17:04
Command /Applications/Xcode 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cla ...

ProcessPCH /Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/PrecompiledHeaders/helloAnyChat-Prefix-docdnvobbmioaidogppcraswuoau/helloAnyChat-Prefix.pch.pch helloAnyChat/helloAnyChat-Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/tianyingxuan/Desktop/AnyChatCoreSDK_iOS_r4482副本/src/helloAnyChat
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode 2.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode\ 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -fmodules-cache-path=/Users/tianyingxuan/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode\ 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=6.0 -iquote /Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/helloAnyChat.build/Debug-iphonesimulator/helloAnyChat.build/helloAnyChat-generated-files.hmap -I/Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/helloAnyChat.build/Debug-iphonesimulator/helloAnyChat.build/helloAnyChat-own-target-headers.hmap -I/Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/helloAnyChat.build/Debug-iphonesimulator/helloAnyChat.build/helloAnyChat-all-target-headers.hmap -iquote /Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/helloAnyChat.build/Debug-iphonesimulator/helloAnyChat.build/helloAnyChat-project-headers.hmap -I/Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode\ 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I../../sdk/include -I/Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/helloAnyChat.build/Debug-iphonesimulator/helloAnyChat.build/DerivedSources/i386 -I/Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/helloAnyChat.build/Debug-iphonesimulator/helloAnyChat.build/DerivedSources -F/Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Products/Debug-iphonesimulator --serialize-diagnostics /Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/PrecompiledHeaders/helloAnyChat-Prefix-docdnvobbmioaidogppcraswuoau/helloAnyChat-Prefix.pch.dia -MMD -MT dependencies -MF /Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/PrecompiledHeaders/helloAnyChat-Prefix-docdnvobbmioaidogppcraswuoau/helloAnyChat-Prefix.pch.d -c /Users/tianyingxuan/Desktop/AnyChatCoreSDK_iOS_r4482副本/src/helloAnyChat/helloAnyChat/helloAnyChat-Prefix.pch -o /Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarpbyiwozucqn/Build/Intermediates/PrecompiledHeaders/helloAnyChat-Prefix-docdnvobbmioaidogppcraswuoau/helloAnyChat-Prefix.pch.pch

clang: error: no such file or directory: '/Users/tianyingxuan/Desktop/AnyChatCoreSDK_iOS_r4482副本/src/helloAnyChat/helloAnyChat/helloAnyChat-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

作者: admin    时间: 2015-4-13 17:50
请尝试clean,然后再build,看是否正常?

另外从日志看,您目前使用的版本不是最新的,您可以重新下载一份AnyChat for iOS SDK,然后再运行里面的helloAnyChat示例工程。
作者: tyx936516106    时间: 2015-4-13 17:59
admin 发表于 2015-4-13 17:50
请尝试clean,然后再build,看是否正常?

另外从日志看,您目前使用的版本不是最新的,您可以从新下载一 ...

好的,我试一下
作者: tyx936516106    时间: 2015-4-18 09:30
你好,有ios的服务器配置吗,看都是win的,,,还是ios的配置也可以用win的
作者: admin    时间: 2015-4-18 17:32
您好,iOS SDK主要是客户端的SDK,可以连接Win32,或是Linux的服务器!

可参考:部署Windows视频服务器部署Linux视频服务器
作者: tyx936516106    时间: 2015-4-23 12:13
如何将anychat的ipa文件导入ios设备,,限制太多了,怎么解决
作者: tjt_223    时间: 2015-4-23 14:03
tyx936516106 发表于 2015-4-13 17:38
ProcessPCH /Users/tianyingxuan/Library/Developer/Xcode/DerivedData/helloAnyChat-djoxyzzvohacbjfarp ...

您好,从你的错误信息来看,你的项目中的pch文件,路径不正确
点击工程名--- >TAGETS --> Build Settings   ------------------------->  搜索pch ------    找到之后双击编辑配置路径   $(SRCROOT)/工程名/pch文件名    然后编译下就行了
作者: tjt_223    时间: 2015-4-23 15:12
tyx936516106 发表于 2015-4-23 12:13
如何将anychat的ipa文件导入ios设备,,限制太多了,怎么解决

你好,你可以用生成Ad-Hoc应用IPA文件和 mobileprovision 来安装
1.  你的电脑上,需安装iTunes
2. 将 mobileprovision文件 拖入到 iTunes 中
3. 双击要安装的IPA 文件。该IPA 会自动导入到 iTunes中。
4. 点击 右下端的“同步”或 “应用”按钮, 开始同步到你的设备中。
生成Ad-Hoc文件方法,可参考:http://blog.csdn.net/yuanbohx/article/details/9213879
作者: tyx936516106    时间: 2015-4-24 10:14
tjt_223 发表于 2015-4-23 15:12
你好,你可以用生成Ad-Hoc应用IPA文件和 mobileprovision 来安装
1.  你的电脑上,需安装iTunes
2. 将  ...

官方的ipa文件文件是不是ad-hoc生成的,,,我没有找到mobilerovision
作者: tjt_223    时间: 2015-4-24 10:30
tyx936516106 发表于 2015-4-24 10:14
官方的ipa文件文件是不是ad-hoc生成的,,,我没有找到mobilerovision

你好,我们官方的都不是的呢,都些都得你自己配置的。苹果的真机测试是比较麻烦的,这个也是没有办法的。这些都得你自己生成的,一就找些越狱的苹果手机来测试,流程就会简单一点。但如果不是越狱的苹果机,就只能按我上面发的那文章弄了
作者: tyx936516106    时间: 2015-4-24 11:11
tjt_223 发表于 2015-4-24 10:30
你好,我们官方的都不是的呢,都些都得你自己配置的。苹果的真机测试是比较麻烦的,这个也是没有办法的。 ...

我现在有越狱手机8.1的,,弄好久还是弄不上,,参考了好多论坛
作者: admin    时间: 2015-4-24 13:27
您好,您可以通过在OS X系统上运行xcode来编译(可以用Mac,也可以在Windows上装OS X的虚拟机),然后通过xcode安装到手机上去。
作者: tyx936516106    时间: 2015-4-25 16:36
admin 发表于 2015-4-24 13:27
您好,您可以通过在OS X系统上运行xcode来编译(可以用Mac,也可以在Windows上装OS X的虚拟机),然后通过xcode安装到手机上去。

您说的这个我不太了解,,可以私聊下吗
作者: tjt_223    时间: 2015-4-26 13:15
tyx936516106 发表于 2015-4-25 16:36
您说的这个我不太了解,,可以私聊下吗

其实你也可以考虑到淘宝上购买证书,这样很方便,现在价格也不贵。越狱或不越狱的机子都可以,一般20块左右。当然是一个设备机子对应一个证书,期限一般是一年,这也足够了。如果你有多部测试设备就得购买相应数量的证书。不过正常测试用的话,最多购买2个怎么也够了,重要的是这样就不用购买苹果99美金的开发者账号,而且还可以用在不越狱的设备上
作者: himyfairy    时间: 2016-9-9 09:15
请问出现如下问题应该如何解决:clang: error: linker command failed with exit code 1 (use -v to see invocation)
作者: himyfairy    时间: 2016-9-9 09:16
请问出现如下问题应该如何解决:clang: error: linker command failed with exit code 1 (use -v to see invocation)

Snip20160909_1.png (205.77 KB, 下载次数: 10831)

Snip20160909_1.png

作者: 佰锐科技-陈伟    时间: 2016-9-9 09:40
himyfairy 发表于 2016-9-9 09:16
请问出现如下问题应该如何解决:clang: error: linker command failed with exit code 1 (use -v to see in ...

您好 可以尝试 http://www.cocoachina.com/bbs/read.php?tid=268353
作者: himyfairy    时间: 2016-9-9 13:53
佰锐科技-陈伟 发表于 2016-9-9 09:40
您好 可以尝试 http://www.cocoachina.com/bbs/read.php?tid=268353

已经解决了,是我自己导入的原因,谢谢!




欢迎光临 AnyChat技术支持论坛 (http://bbs.anychat.cn/) Powered by Discuz! X3